Color: #FA77CC

#FA77CC Color Information

#FA77CC is a light color. The closest websafe version is #FA77CC. A complement of this color would be #75FAA4, perceived brightness is 0.66, and the grayscale version is #B8B8B8.

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

In a RGB color space, #FA77CC is composed of 98% red, 47% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 18% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 38.16, x: 0.4049, and y: 0.2690.

Color Code #FA77CC

#FA77CCrgb(250, 119, 204)
HEX
#FA77CC
RGB
rgb(250, 119, 204)
HSL
hsl(321, 93%, 72%)
HSV
hsv(321, 52%, 98%)
CMYK
0%, 52%, 18%, 2%
XYZ
X: 57.43, Y: 38.16, Z: 46.25
Lab
L: 68.14, a: 58.04, b: -19.83
Name

Shades of Color #FA77CC

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

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

#FA77CCrgb(250, 119, 204)

About #FA77CC Color Code

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

  • HEX: #FA77CC
  • RGB: rgb(250, 119, 204)
  • HSL: hsl(321, 93%, 72%)
  • HSV: hsv(321, 52%, 98%)
  • CMYK: 0.00% cyan, 52.00% magenta, 18.00% yellow, 2.00% black
  • XYZ: 57.43, 38.16, 46.25
  • Yxy: 38.16, 0.4049, 0.2690
  • Hunter Lab: 68.14, 58.04, -19.83
  • CIE-Lab: 68.14, 58.04, -19.83

In the XYZ color space, this color is represented as X: 57.43, Y: 38.16, Z: 46.25. The Yxy representation further refines this as Y: 38.16, x: 0.4049, and y: 0.2690.

In the Hunter Lab color space, this color is represented as L: 68.14, a: 58.04, and b: -19.83. Similarly, in the CIE-Lab color space, it is represented as L: 68.14, a: 58.04, and b: -19.83.

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

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

Analogous Colors of #FA77CC

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

Split Complementary Colors of #FA77CC

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

Tetradic Colors of #FA77CC

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

Monochromatic Colors of #FA77CC

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

Complementary Color of #FA77CC

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

/* Using HEX */
body {
  background-color: #fa77cc;
}
/* Using RGB */
body {
  background-color: rgb(250, 119, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 119, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(321, 93%, 72%);
}
/* Text color */
p {
  color: #fa77cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fa77cc;
}
/* Border color */
.box {
  border: 4px solid #fa77cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fa77cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fa77cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FA77CC
On Black Background
#FA77CC
On White Background
#FA77CC

HTML Examples of #FA77CC

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

Related Colors of #FA77CC

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