Color: #F77F76

#F77F76 Color Information

#F77F76 is a light color. The closest websafe version is #F77F76. A complement of this color would be #78EFF7, perceived brightness is 0.63, and the grayscale version is #B6B6B6.

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

In a RGB color space, #F77F76 is composed of 97% red, 50% green and 46% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 52% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 37.01, x: 0.4905, and y: 0.3538.

Color Code #F77F76

HEX
#F77F76
RGB
rgb(247, 127, 118)
HSL
hsl(4, 89%, 72%)
HSV
hsv(4, 52%, 97%)
CMYK
0%, 49%, 52%, 3%
XYZ
X: 51.32, Y: 37.01, Z: 16.29
Lab
L: 67.28, a: 46.24, b: 27.13
Name

Shades of Color #F77F76

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

Tints are created by lightening the original color #F77F76 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 #F77F76 Color Code

In the HSL color space, this color has a hue angle of 4°, a saturation of 89%, and a lightness of 72%. The HSV representation shows a hue of 4°, a saturation of 52%, and a value of 97%.

  • HEX: #F77F76
  • RGB: rgb(247, 127, 118)
  • HSL: hsl(4, 89%, 72%)
  • HSV: hsv(4, 52%, 97%)
  • CMYK: 0.00% cyan, 49.00% magenta, 52.00% yellow, 3.00% black
  • XYZ: 51.32, 37.01, 16.29
  • Yxy: 37.01, 0.4905, 0.3538
  • Hunter Lab: 67.28, 46.24, 27.13
  • CIE-Lab: 67.28, 46.24, 27.13

In the XYZ color space, this color is represented as X: 51.32, Y: 37.01, Z: 16.29. The Yxy representation further refines this as Y: 37.01, x: 0.4905, and y: 0.3538.

In the Hunter Lab color space, this color is represented as L: 67.28, a: 46.24, and b: 27.13. Similarly, in the CIE-Lab color space, it is represented as L: 67.28, a: 46.24, and b: 27.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 #F77F76

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

Analogous Colors of #F77F76

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

Monochromatic Colors of #F77F76

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

Complementary Color of #F77F76

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

/* Using HEX */
body {
  background-color: #f77f76;
}
/* Using RGB */
body {
  background-color: rgb(247, 127, 118);
}
/* Using RGB with opacity */
body {
  background-color: rgba(247, 127, 118, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(4, 89%, 72%);
}
/* Text color */
p {
  color: #f77f76;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f77f76;
}

HTML Examples of #F77F76

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

Related Colors of #F77F76

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