Shades of Hollywood Cerise #FF0A9F
Tints of Hollywood Cerise #FF0A9F
RGB
CMYK
RGB Variations
Color information
#FF0A9F (or 0xFF0A9F) is known color: Hollywood Cerise. HEX triplet: FF, 0A and 9F. RGB value is (255,10,159). Sum of RGB (Red+Green+Blue) = 255+10+159=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A9F is #00F560. Grayscale: #636363. Windows color (decimal): -62817 or 10423039. OLE color: 10423039.
HSL color Cylindrical-coordinate representation of color #FF0A9F: hue angle of 323.51º 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 #FF0A9F is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 159 | - |
| CMYK | 0 | 0.96 | 0.38 | 0 |
| HSL | 323.51º | 1% | 0.52% | - |
| HSV(B) | 323.51º | 0.96% | 1% | - |
| XYZ | 47.61 | 23.98 | 34.92 | - |
| YUV | 100.24 | 161.17 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 159 | 0 | 0.96 | 0.38 | 0 | 323.51 | 1 | 0.52 |
| Hex | FF | A | 9F | 0 | 60 | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 12 | 237 | 0 | 140 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1010 | 10011111 | 0 | 1100000 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF0A9F
Complementary color
Monochromatic Colors of #FF0A9F
Black with #FF0A9F
Text Example
Text Example
White with #FF0A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A9F; }
p { color: rgb(255,10,159); }
H1.HeaderClassName
{
color: #FF0A9F;
}
.AnyTagClassName
{
color: #FF0A9F;
}
</style>
background-color css
<style>
a { background-color: #FF0A9F; }
a { background-color: rgb(255,10,159); }
div.DivClassName
{
background-color: #FF0A9F;
}
.BgClassName
{
background-color: #FF0A9F;
}
</style>
border-color css
<style>
span { border-color: #FF0A9F; }
span { border-color: rgb(255,10,159); }
td.TdClassName
{
border-color: #FF0A9F;
}
.TagClassName
{
border-color: #FF0A9F;
}
</style>