Color: #FA72A8

#FA72A8 Color Information

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

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

In a RGB color space, #FA72A8 is composed of 98% red, 45% green and 66% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 33% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 35.71, x: 0.4466, and y: 0.2966.

Color Code #FA72A8

HEX
#FA72A8
RGB
rgb(250, 114, 168)
HSL
hsl(336, 93%, 71%)
HSV
hsv(336, 54%, 98%)
CMYK
0%, 54%, 33%, 2%
XYZ
X: 53.77, Y: 35.71, Z: 30.93
Lab
L: 66.30, a: 56.83, b: -2.31
Name

Shades of Color #FA72A8

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

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

In the HSL color space, this color has a hue angle of 336°, a saturation of 93%, and a lightness of 71%. The HSV representation shows a hue of 336°, a saturation of 54%, and a value of 98%.

  • HEX: #FA72A8
  • RGB: rgb(250, 114, 168)
  • HSL: hsl(336, 93%, 71%)
  • HSV: hsv(336, 54%, 98%)
  • CMYK: 0.00% cyan, 54.00% magenta, 33.00% yellow, 2.00% black
  • XYZ: 53.77, 35.71, 30.93
  • Yxy: 35.71, 0.4466, 0.2966
  • Hunter Lab: 66.30, 56.83, -2.31
  • CIE-Lab: 66.30, 56.83, -2.31

In the XYZ color space, this color is represented as X: 53.77, Y: 35.71, Z: 30.93. The Yxy representation further refines this as Y: 35.71, x: 0.4466, and y: 0.2966.

In the Hunter Lab color space, this color is represented as L: 66.30, a: 56.83, and b: -2.31. Similarly, in the CIE-Lab color space, it is represented as L: 66.30, a: 56.83, and b: -2.31.

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

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

Analogous Colors of #FA72A8

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

Monochromatic Colors of #FA72A8

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

Complementary Color of #FA72A8

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

/* Using HEX */
body {
  background-color: #fa72a8;
}
/* Using RGB */
body {
  background-color: rgb(250, 114, 168);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 114, 168, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(336, 93%, 71%);
}
/* Text color */
p {
  color: #fa72a8;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fa72a8;
}

HTML Examples of #FA72A8

<!-- Using HEX -->
<div style="background-color: #fa72a8; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(250, 114, 168); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(250, 114, 168, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(336, 93%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fa72a8;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fa72a8; width: 100px; height: 100px;"></div>

Related Colors of #FA72A8

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