Shades of Deep Pink #FA0A76
Tints of Deep Pink #FA0A76
RGB
CMYK
RGB Variations
Color information
#FA0A76 (or 0xFA0A76) is known color: Deep Pink. HEX triplet: FA, 0A and 76. RGB value is (250,10,118). Sum of RGB (Red+Green+Blue) = 250+10+118=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0A76 is #05F589. Grayscale: #5D5D5D. Windows color (decimal): -390538 or 7736058. OLE color: 7736058.
HSL color Cylindrical-coordinate representation of color #FA0A76: hue angle of 333º 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 #FA0A76 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 118 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.02 |
| HSL | 333º | 0.96% | 0.51% | - |
| HSV(B) | 333º | 0.96% | 0.98% | - |
| XYZ | 42.8 | 21.85 | 19.1 | - |
| YUV | 94.07 | 141.51 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 118 | 0 | 0.96 | 0.53 | 0.02 | 333 | 0.96 | 0.51 |
| Hex | FA | A | 76 | 0 | 60 | 35 | 2 | 14D | 60 | 33 |
| Octal | 372 | 12 | 166 | 0 | 140 | 65 | 2 | 515 | 140 | 63 |
| Binary | 11111010 | 1010 | 1110110 | 0 | 1100000 | 110101 | 10 | 101001101 | 1100000 | 110011 |
Color Harmonies of #FA0A76
Complementary color
Monochromatic Colors of #FA0A76
Black with #FA0A76
Text Example
Text Example
White with #FA0A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A76; }
p { color: rgb(250,10,118); }
H1.HeaderClassName
{
color: #FA0A76;
}
.AnyTagClassName
{
color: #FA0A76;
}
</style>
background-color css
<style>
a { background-color: #FA0A76; }
a { background-color: rgb(250,10,118); }
div.DivClassName
{
background-color: #FA0A76;
}
.BgClassName
{
background-color: #FA0A76;
}
</style>
border-color css
<style>
span { border-color: #FA0A76; }
span { border-color: rgb(250,10,118); }
td.TdClassName
{
border-color: #FA0A76;
}
.TagClassName
{
border-color: #FA0A76;
}
</style>