Shades of Deep Pink #FA0877
Tints of Deep Pink #FA0877
RGB
CMYK
RGB Variations
Color information
#FA0877 (or 0xFA0877) is known color: Deep Pink. HEX triplet: FA, 08 and 77. RGB value is (250,8,119). Sum of RGB (Red+Green+Blue) = 250+8+119=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0877 is #05F788. Grayscale: #5C5C5C. Windows color (decimal): -391049 or 7801082. OLE color: 7801082.
HSL color Cylindrical-coordinate representation of color #FA0877: hue angle of 332.48º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0877 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 119 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.02 |
| HSL | 332.48º | 0.96% | 0.51% | - |
| HSV(B) | 332.48º | 0.97% | 0.98% | - |
| XYZ | 42.84 | 21.83 | 19.41 | - |
| YUV | 93.01 | 142.67 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 119 | 0 | 0.97 | 0.52 | 0.02 | 332.48 | 0.96 | 0.51 |
| Hex | FA | 8 | 77 | 0 | 61 | 34 | 2 | 14C | 60 | 33 |
| Octal | 372 | 10 | 167 | 0 | 141 | 64 | 2 | 514 | 140 | 63 |
| Binary | 11111010 | 1000 | 1110111 | 0 | 1100001 | 110100 | 10 | 101001100 | 1100000 | 110011 |
Color Harmonies of #FA0877
Complementary color
Monochromatic Colors of #FA0877
Black with #FA0877
Text Example
Text Example
White with #FA0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0877; }
p { color: rgb(250,8,119); }
H1.HeaderClassName
{
color: #FA0877;
}
.AnyTagClassName
{
color: #FA0877;
}
</style>
background-color css
<style>
a { background-color: #FA0877; }
a { background-color: rgb(250,8,119); }
div.DivClassName
{
background-color: #FA0877;
}
.BgClassName
{
background-color: #FA0877;
}
</style>
border-color css
<style>
span { border-color: #FA0877; }
span { border-color: rgb(250,8,119); }
td.TdClassName
{
border-color: #FA0877;
}
.TagClassName
{
border-color: #FA0877;
}
</style>