Color: #F77486

#F77486 Color Information

#F77486 is a light color. The closest websafe version is #F77486. A complement of this color would be #73F7E5, perceived brightness is 0.62, and the grayscale version is #B5B5B5.

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

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

In the Yxy color space, this color is represented as Y: 34.66, x: 0.4811, and y: 0.3289.

Color Code #F77486

HEX
#F77486
RGB
rgb(247, 116, 134)
HSL
hsl(352, 89%, 71%)
HSV
hsv(352, 53%, 97%)
CMYK
0%, 53%, 46%, 3%
XYZ
X: 50.70, Y: 34.66, Z: 20.02
Lab
L: 65.48, a: 52.33, b: 15.76
Name

Shades of Color #F77486

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

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

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

  • HEX: #F77486
  • RGB: rgb(247, 116, 134)
  • HSL: hsl(352, 89%, 71%)
  • HSV: hsv(352, 53%, 97%)
  • CMYK: 0.00% cyan, 53.00% magenta, 46.00% yellow, 3.00% black
  • XYZ: 50.70, 34.66, 20.02
  • Yxy: 34.66, 0.4811, 0.3289
  • Hunter Lab: 65.48, 52.33, 15.76
  • CIE-Lab: 65.48, 52.33, 15.76

In the XYZ color space, this color is represented as X: 50.70, Y: 34.66, Z: 20.02. The Yxy representation further refines this as Y: 34.66, x: 0.4811, and y: 0.3289.

In the Hunter Lab color space, this color is represented as L: 65.48, a: 52.33, and b: 15.76. Similarly, in the CIE-Lab color space, it is represented as L: 65.48, a: 52.33, and b: 15.76.

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

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

Analogous Colors of #F77486

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

Monochromatic Colors of #F77486

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

Complementary Color of #F77486

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

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

HTML Examples of #F77486

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

Related Colors of #F77486

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