Shades of Deep Pink #FA0876
Tints of Deep Pink #FA0876
RGB
CMYK
RGB Variations
Color information
#FA0876 (or 0xFA0876) is known color: Deep Pink. HEX triplet: FA, 08 and 76. RGB value is (250,8,118). Sum of RGB (Red+Green+Blue) = 250+8+118=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0876 is #05F789. Grayscale: #5C5C5C. Windows color (decimal): -391050 or 7735546. OLE color: 7735546.
HSL color Cylindrical-coordinate representation of color #FA0876: hue angle of 332.73º 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 #FA0876 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 118 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.02 |
| HSL | 332.73º | 0.96% | 0.51% | - |
| HSV(B) | 332.73º | 0.97% | 0.98% | - |
| XYZ | 42.78 | 21.81 | 19.09 | - |
| YUV | 92.9 | 142.17 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 118 | 0 | 0.97 | 0.53 | 0.02 | 332.73 | 0.96 | 0.51 |
| Hex | FA | 8 | 76 | 0 | 61 | 35 | 2 | 14D | 60 | 33 |
| Octal | 372 | 10 | 166 | 0 | 141 | 65 | 2 | 515 | 140 | 63 |
| Binary | 11111010 | 1000 | 1110110 | 0 | 1100001 | 110101 | 10 | 101001101 | 1100000 | 110011 |
Color Harmonies of #FA0876
Complementary color
Monochromatic Colors of #FA0876
Black with #FA0876
Text Example
Text Example
White with #FA0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0876; }
p { color: rgb(250,8,118); }
H1.HeaderClassName
{
color: #FA0876;
}
.AnyTagClassName
{
color: #FA0876;
}
</style>
background-color css
<style>
a { background-color: #FA0876; }
a { background-color: rgb(250,8,118); }
div.DivClassName
{
background-color: #FA0876;
}
.BgClassName
{
background-color: #FA0876;
}
</style>
border-color css
<style>
span { border-color: #FA0876; }
span { border-color: rgb(250,8,118); }
td.TdClassName
{
border-color: #FA0876;
}
.TagClassName
{
border-color: #FA0876;
}
</style>