Color: #F782CC

#F782CC Color Information

#F782CC is a light color. The closest websafe version is #F782CC. A complement of this color would be #82F7AD, perceived brightness is 0.68, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 322°,a saturation of 88%, and a lightness of 74%.The HSV representation shows a hue of 322°, a saturation of 100%, and a value of 100%.

In a RGB color space, #F782CC is composed of 97% red, 51% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 17% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 40.36, x: 0.3993, and y: 0.2788.

Color Code #F782CC

HEX
#F782CC
RGB
rgb(247, 130, 204)
HSL
hsl(322, 88%, 74%)
HSV
hsv(322, 47%, 97%)
CMYK
0%, 47%, 17%, 3%
XYZ
X: 57.80, Y: 40.36, Z: 46.59
Lab
L: 69.72, a: 52.08, b: -17.50
Name

Shades of Color #F782CC

Shades are created by darkening the original color #F782CC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #F782CC

Tints are created by lightening the original color #F782CC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #F782CC Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 88%, and a lightness of 74%. The HSV representation shows a hue of 322°, a saturation of 47%, and a value of 97%.

  • HEX: #F782CC
  • RGB: rgb(247, 130, 204)
  • HSL: hsl(322, 88%, 74%)
  • HSV: hsv(322, 47%, 97%)
  • CMYK: 0.00% cyan, 47.00% magenta, 17.00% yellow, 3.00% black
  • XYZ: 57.80, 40.36, 46.59
  • Yxy: 40.36, 0.3993, 0.2788
  • Hunter Lab: 69.72, 52.08, -17.50
  • CIE-Lab: 69.72, 52.08, -17.50

In the XYZ color space, this color is represented as X: 57.80, Y: 40.36, Z: 46.59. The Yxy representation further refines this as Y: 40.36, x: 0.3993, and y: 0.2788.

In the Hunter Lab color space, this color is represented as L: 69.72, a: 52.08, and b: -17.50. Similarly, in the CIE-Lab color space, it is represented as L: 69.72, a: 52.08, and b: -17.50.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #F782CC

Triadic colors are three colors evenly spaced around the color wheel, including #F782CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #F782CC

Analogous colors are adjacent to #F782CC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #F782CC

Monochromatic colors are variations of #F782CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #F782CC

The complementary color of #F782CC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #F782CC

/* Using HEX */
body {
  background-color: #f782cc;
}
/* Using RGB */
body {
  background-color: rgb(247, 130, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(247, 130, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 88%, 74%);
}
/* Text color */
p {
  color: #f782cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f782cc;
}

HTML Examples of #F782CC

<!-- Using HEX -->
<div style="background-color: #f782cc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(247, 130, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(247, 130, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(322, 88%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f782cc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f782cc; width: 100px; height: 100px;"></div>

Related Colors of #F782CC

These colors are similar to #F782CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.