Shades of Deep Pink #FF0A9C
Tints of Deep Pink #FF0A9C
RGB
CMYK
RGB Variations
Color information
#FF0A9C (or 0xFF0A9C) is known color: Deep Pink. HEX triplet: FF, 0A and 9C. RGB value is (255,10,156). Sum of RGB (Red+Green+Blue) = 255+10+156=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A9C is #00F563. Grayscale: #636363. Windows color (decimal): -62820 or 10226431. OLE color: 10226431.
HSL color Cylindrical-coordinate representation of color #FF0A9C: hue angle of 324.24º 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 #FF0A9C is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 156 | - |
| CMYK | 0 | 0.96 | 0.39 | 0 |
| HSL | 324.24º | 1% | 0.52% | - |
| HSV(B) | 324.24º | 0.96% | 1% | - |
| XYZ | 47.35 | 23.88 | 33.57 | - |
| YUV | 99.9 | 159.67 | 238.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 156 | 0 | 0.96 | 0.39 | 0 | 324.24 | 1 | 0.52 |
| Hex | FF | A | 9C | 0 | 60 | 27 | 0 | 144 | 64 | 34 |
| Octal | 377 | 12 | 234 | 0 | 140 | 47 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1010 | 10011100 | 0 | 1100000 | 100111 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF0A9C
Complementary color
Monochromatic Colors of #FF0A9C
Black with #FF0A9C
Text Example
Text Example
White with #FF0A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A9C; }
p { color: rgb(255,10,156); }
H1.HeaderClassName
{
color: #FF0A9C;
}
.AnyTagClassName
{
color: #FF0A9C;
}
</style>
background-color css
<style>
a { background-color: #FF0A9C; }
a { background-color: rgb(255,10,156); }
div.DivClassName
{
background-color: #FF0A9C;
}
.BgClassName
{
background-color: #FF0A9C;
}
</style>
border-color css
<style>
span { border-color: #FF0A9C; }
span { border-color: rgb(255,10,156); }
td.TdClassName
{
border-color: #FF0A9C;
}
.TagClassName
{
border-color: #FF0A9C;
}
</style>