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