Shades of Deep Pink #FF0A9A
Tints of Deep Pink #FF0A9A
RGB
CMYK
RGB Variations
Color information
#FF0A9A (or 0xFF0A9A) is known color: Deep Pink. HEX triplet: FF, 0A and 9A. RGB value is (255,10,154). Sum of RGB (Red+Green+Blue) = 255+10+154=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A9A is #00F565. Grayscale: #636363. Windows color (decimal): -62822 or 10095359. OLE color: 10095359.
HSL color Cylindrical-coordinate representation of color #FF0A9A: hue angle of 324.73º 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 #FF0A9A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 154 | - |
| CMYK | 0 | 0.96 | 0.40 | 0 |
| HSL | 324.73º | 1% | 0.52% | - |
| HSV(B) | 324.73º | 0.96% | 1% | - |
| XYZ | 47.18 | 23.81 | 32.68 | - |
| YUV | 99.67 | 158.67 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 154 | 0 | 0.96 | 0.40 | 0 | 324.73 | 1 | 0.52 |
| Hex | FF | A | 9A | 0 | 60 | 28 | 0 | 145 | 64 | 34 |
| Octal | 377 | 12 | 232 | 0 | 140 | 50 | 0 | 505 | 144 | 64 |
| Binary | 11111111 | 1010 | 10011010 | 0 | 1100000 | 101000 | 0 | 101000101 | 1100100 | 110100 |
Color Harmonies of #FF0A9A
Complementary color
Monochromatic Colors of #FF0A9A
Black with #FF0A9A
Text Example
Text Example
White with #FF0A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A9A; }
p { color: rgb(255,10,154); }
H1.HeaderClassName
{
color: #FF0A9A;
}
.AnyTagClassName
{
color: #FF0A9A;
}
</style>
background-color css
<style>
a { background-color: #FF0A9A; }
a { background-color: rgb(255,10,154); }
div.DivClassName
{
background-color: #FF0A9A;
}
.BgClassName
{
background-color: #FF0A9A;
}
</style>
border-color css
<style>
span { border-color: #FF0A9A; }
span { border-color: rgb(255,10,154); }
td.TdClassName
{
border-color: #FF0A9A;
}
.TagClassName
{
border-color: #FF0A9A;
}
</style>