Shades of Deep Pink #FF0A96
Tints of Deep Pink #FF0A96
RGB
CMYK
RGB Variations
Color information
#FF0A96 (or 0xFF0A96) is known color: Deep Pink. HEX triplet: FF, 0A and 96. RGB value is (255,10,150). Sum of RGB (Red+Green+Blue) = 255+10+150=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A96 is #00F569. Grayscale: #626262. Windows color (decimal): -62826 or 9833215. OLE color: 9833215.
HSL color Cylindrical-coordinate representation of color #FF0A96: hue angle of 325.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0A96 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 150 | - |
| CMYK | 0 | 0.96 | 0.41 | 0 |
| HSL | 325.71º | 1% | 0.52% | - |
| HSV(B) | 325.71º | 0.96% | 1% | - |
| XYZ | 46.85 | 23.68 | 30.96 | - |
| YUV | 99.22 | 156.67 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 150 | 0 | 0.96 | 0.41 | 0 | 325.71 | 1 | 0.52 |
| Hex | FF | A | 96 | 0 | 60 | 29 | 0 | 146 | 64 | 34 |
| Octal | 377 | 12 | 226 | 0 | 140 | 51 | 0 | 506 | 144 | 64 |
| Binary | 11111111 | 1010 | 10010110 | 0 | 1100000 | 101001 | 0 | 101000110 | 1100100 | 110100 |
Color Harmonies of #FF0A96
Complementary color
Monochromatic Colors of #FF0A96
Black with #FF0A96
Text Example
Text Example
White with #FF0A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A96; }
p { color: rgb(255,10,150); }
H1.HeaderClassName
{
color: #FF0A96;
}
.AnyTagClassName
{
color: #FF0A96;
}
</style>
background-color css
<style>
a { background-color: #FF0A96; }
a { background-color: rgb(255,10,150); }
div.DivClassName
{
background-color: #FF0A96;
}
.BgClassName
{
background-color: #FF0A96;
}
</style>
border-color css
<style>
span { border-color: #FF0A96; }
span { border-color: rgb(255,10,150); }
td.TdClassName
{
border-color: #FF0A96;
}
.TagClassName
{
border-color: #FF0A96;
}
</style>