Color: #F27D9C

#F27D9C Color Information

#F27D9C is a light color. The closest websafe version is #F27D9C. A complement of this color would be #7DF2D3, perceived brightness is 0.64, and the grayscale version is #B7B7B7.

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

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

In the Yxy color space, this color is represented as Y: 36.47, x: 0.4474, and y: 0.3177.

Color Code #F27D9C

#F27D9Crgb(242, 125, 156)
HEX
#F27D9C
RGB
rgb(242, 125, 156)
HSL
hsl(344, 82%, 72%)
HSV
hsv(344, 48%, 95%)
CMYK
0%, 48%, 36%, 5%
XYZ
X: 51.37, Y: 36.47, Z: 26.97
Lab
L: 66.88, a: 48.10, b: 5.13
Name

Shades of Color #F27D9C

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

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

#F27D9Crgb(242, 125, 156)

About #F27D9C Color Code

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

  • HEX: #F27D9C
  • RGB: rgb(242, 125, 156)
  • HSL: hsl(344, 82%, 72%)
  • HSV: hsv(344, 48%, 95%)
  • CMYK: 0.00% cyan, 48.00% magenta, 36.00% yellow, 5.00% black
  • XYZ: 51.37, 36.47, 26.97
  • Yxy: 36.47, 0.4474, 0.3177
  • Hunter Lab: 66.88, 48.10, 5.13
  • CIE-Lab: 66.88, 48.10, 5.13

In the XYZ color space, this color is represented as X: 51.37, Y: 36.47, Z: 26.97. The Yxy representation further refines this as Y: 36.47, x: 0.4474, and y: 0.3177.

In the Hunter Lab color space, this color is represented as L: 66.88, a: 48.10, and b: 5.13. Similarly, in the CIE-Lab color space, it is represented as L: 66.88, a: 48.10, and b: 5.13.

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

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

Analogous Colors of #F27D9C

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

Split Complementary Colors of #F27D9C

Split complementary colors are two colors adjacent to the complementary color of #F27D9C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #F27D9C

Tetradic colors form a rectangle on the color wheel, including #F27D9C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #F27D9C

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

Complementary Color of #F27D9C

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

/* Using HEX */
body {
  background-color: #f27d9c;
}
/* Using RGB */
body {
  background-color: rgb(242, 125, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(242, 125, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(344, 82%, 72%);
}
/* Text color */
p {
  color: #f27d9c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f27d9c;
}
/* Border color */
.box {
  border: 4px solid #f27d9c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f27d9c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f27d9c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F27D9C
On Black Background
#F27D9C
On White Background
#F27D9C

HTML Examples of #F27D9C

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

Related Colors of #F27D9C

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