Shades of Deep Pink #FF0A9E
Tints of Deep Pink #FF0A9E
RGB
CMYK
RGB Variations
Color information
#FF0A9E (or 0xFF0A9E) is known color: Deep Pink. HEX triplet: FF, 0A and 9E. RGB value is (255,10,158). Sum of RGB (Red+Green+Blue) = 255+10+158=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A9E is #00F561. Grayscale: #636363. Windows color (decimal): -62818 or 10357503. OLE color: 10357503.
HSL color Cylindrical-coordinate representation of color #FF0A9E: hue angle of 323.76º 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 #FF0A9E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 158 | - |
| CMYK | 0 | 0.96 | 0.38 | 0 |
| HSL | 323.76º | 1% | 0.52% | - |
| HSV(B) | 323.76º | 0.96% | 1% | - |
| XYZ | 47.52 | 23.95 | 34.47 | - |
| YUV | 100.13 | 160.67 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 158 | 0 | 0.96 | 0.38 | 0 | 323.76 | 1 | 0.52 |
| Hex | FF | A | 9E | 0 | 60 | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 12 | 236 | 0 | 140 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1010 | 10011110 | 0 | 1100000 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF0A9E
Complementary color
Monochromatic Colors of #FF0A9E
Black with #FF0A9E
Text Example
Text Example
White with #FF0A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A9E; }
p { color: rgb(255,10,158); }
H1.HeaderClassName
{
color: #FF0A9E;
}
.AnyTagClassName
{
color: #FF0A9E;
}
</style>
background-color css
<style>
a { background-color: #FF0A9E; }
a { background-color: rgb(255,10,158); }
div.DivClassName
{
background-color: #FF0A9E;
}
.BgClassName
{
background-color: #FF0A9E;
}
</style>
border-color css
<style>
span { border-color: #FF0A9E; }
span { border-color: rgb(255,10,158); }
td.TdClassName
{
border-color: #FF0A9E;
}
.TagClassName
{
border-color: #FF0A9E;
}
</style>