Color: #F17CDC

#F17CDC Color Information

#F17CDC is a light color. The closest websafe version is #F17CDC. A complement of this color would be #7EF193, perceived brightness is 0.67, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 311°,a saturation of 81%, and a lightness of 72%.The HSV representation shows a hue of 311°, a saturation of 49%, and a value of 95%.

In a RGB color space, #F17CDC is composed of 95% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 9% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 38.36, x: 0.3782, and y: 0.2574.

Color Code #F17CDC

#F17CDCrgb(241, 124, 220)
HEX
#F17CDC
RGB
rgb(241, 124, 220)
HSL
hsl(311, 81%, 72%)
HSV
hsv(311, 49%, 95%)
CMYK
0%, 49%, 9%, 5%
XYZ
X: 56.36, Y: 38.36, Z: 54.30
Lab
L: 68.28, a: 54.76, b: -28.63
Name

Shades of Color #F17CDC

Shades are created by darkening the original color #F17CDC 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 #F17CDC

Tints are created by lightening the original color #F17CDC 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.

#F17CDCrgb(241, 124, 220)

About #F17CDC Color Code

In the HSL color space, this color has a hue angle of 311°, a saturation of 81%, and a lightness of 72%. The HSV representation shows a hue of 311°, a saturation of 49%, and a value of 95%.

  • HEX: #F17CDC
  • RGB: rgb(241, 124, 220)
  • HSL: hsl(311, 81%, 72%)
  • HSV: hsv(311, 49%, 95%)
  • CMYK: 0.00% cyan, 49.00% magenta, 9.00% yellow, 5.00% black
  • XYZ: 56.36, 38.36, 54.30
  • Yxy: 38.36, 0.3782, 0.2574
  • Hunter Lab: 68.28, 54.76, -28.63
  • CIE-Lab: 68.28, 54.76, -28.63

In the XYZ color space, this color is represented as X: 56.36, Y: 38.36, Z: 54.30. The Yxy representation further refines this as Y: 38.36, x: 0.3782, and y: 0.2574.

In the Hunter Lab color space, this color is represented as L: 68.28, a: 54.76, and b: -28.63. Similarly, in the CIE-Lab color space, it is represented as L: 68.28, a: 54.76, and b: -28.63.

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 #F17CDC

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

Analogous Colors of #F17CDC

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

Monochromatic Colors of #F17CDC

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

Complementary Color of #F17CDC

The complementary color of #F17CDC 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 #F17CDC

/* Using HEX */
body {
  background-color: #f17cdc;
}
/* Using RGB */
body {
  background-color: rgb(241, 124, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 124, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 81%, 72%);
}
/* Text color */
p {
  color: #f17cdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f17cdc;
}
/* Border color */
.box {
  border: 4px solid #f17cdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f17cdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f17cdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F17CDC
On Black Background
#F17CDC
On White Background
#F17CDC

HTML Examples of #F17CDC

<!-- Using HEX -->
<div style="background-color: #f17cdc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(241, 124, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(241, 124, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(311, 81%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f17cdc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f17cdc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f17cdc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f17cdc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f17cdc; color: #fff; padding: 16px; border-radius: 8px;">
  #F17CDC
</div>
#F17CDC
On Black Background
#F17CDC
On White Background
#F17CDC

Related Colors of #F17CDC

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