Shades of Deep Pink #FA0976
Tints of Deep Pink #FA0976
RGB
CMYK
RGB Variations
Color information
#FA0976 (or 0xFA0976) is known color: Deep Pink. HEX triplet: FA, 09 and 76. RGB value is (250,9,118). Sum of RGB (Red+Green+Blue) = 250+9+118=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0976 is #05F689. Grayscale: #5D5D5D. Windows color (decimal): -390794 or 7735802. OLE color: 7735802.
HSL color Cylindrical-coordinate representation of color #FA0976: hue angle of 332.86º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0976 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.02 |
| HSL | 332.86º | 0.96% | 0.51% | - |
| HSV(B) | 332.86º | 0.96% | 0.98% | - |
| XYZ | 42.79 | 21.83 | 19.1 | - |
| YUV | 93.49 | 141.84 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 118 | 0 | 0.96 | 0.53 | 0.02 | 332.86 | 0.96 | 0.51 |
| Hex | FA | 9 | 76 | 0 | 60 | 35 | 2 | 14D | 60 | 33 |
| Octal | 372 | 11 | 166 | 0 | 140 | 65 | 2 | 515 | 140 | 63 |
| Binary | 11111010 | 1001 | 1110110 | 0 | 1100000 | 110101 | 10 | 101001101 | 1100000 | 110011 |
Color Harmonies of #FA0976
Complementary color
Monochromatic Colors of #FA0976
Black with #FA0976
Text Example
Text Example
White with #FA0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0976; }
p { color: rgb(250,9,118); }
H1.HeaderClassName
{
color: #FA0976;
}
.AnyTagClassName
{
color: #FA0976;
}
</style>
background-color css
<style>
a { background-color: #FA0976; }
a { background-color: rgb(250,9,118); }
div.DivClassName
{
background-color: #FA0976;
}
.BgClassName
{
background-color: #FA0976;
}
</style>
border-color css
<style>
span { border-color: #FA0976; }
span { border-color: rgb(250,9,118); }
td.TdClassName
{
border-color: #FA0976;
}
.TagClassName
{
border-color: #FA0976;
}
</style>