Shades of Deep Pink #FA0A87
Tints of Deep Pink #FA0A87
RGB
CMYK
RGB Variations
Color information
#FA0A87 (or 0xFA0A87) is known color: Deep Pink. HEX triplet: FA, 0A and 87. RGB value is (250,10,135). Sum of RGB (Red+Green+Blue) = 250+10+135=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A87 is #05F578. Grayscale: #5F5F5F. Windows color (decimal): -390521 or 8850170. OLE color: 8850170.
HSL color Cylindrical-coordinate representation of color #FA0A87: hue angle of 328.75º 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 #FA0A87 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 135 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.02 |
| HSL | 328.75º | 0.96% | 0.51% | - |
| HSV(B) | 328.75º | 0.96% | 0.98% | - |
| XYZ | 43.91 | 22.29 | 24.91 | - |
| YUV | 96.01 | 150.01 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 135 | 0 | 0.96 | 0.46 | 0.02 | 328.75 | 0.96 | 0.51 |
| Hex | FA | A | 87 | 0 | 60 | 2E | 2 | 149 | 60 | 33 |
| Octal | 372 | 12 | 207 | 0 | 140 | 56 | 2 | 511 | 140 | 63 |
| Binary | 11111010 | 1010 | 10000111 | 0 | 1100000 | 101110 | 10 | 101001001 | 1100000 | 110011 |
Color Harmonies of #FA0A87
Complementary color
Monochromatic Colors of #FA0A87
Black with #FA0A87
Text Example
Text Example
White with #FA0A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A87; }
p { color: rgb(250,10,135); }
H1.HeaderClassName
{
color: #FA0A87;
}
.AnyTagClassName
{
color: #FA0A87;
}
</style>
background-color css
<style>
a { background-color: #FA0A87; }
a { background-color: rgb(250,10,135); }
div.DivClassName
{
background-color: #FA0A87;
}
.BgClassName
{
background-color: #FA0A87;
}
</style>
border-color css
<style>
span { border-color: #FA0A87; }
span { border-color: rgb(250,10,135); }
td.TdClassName
{
border-color: #FA0A87;
}
.TagClassName
{
border-color: #FA0A87;
}
</style>