Shades of Hollywood Cerise #FF009F
Tints of Hollywood Cerise #FF009F
RGB
CMYK
RGB Variations
Color information
#FF009F (or 0xFF009F) is known color: Hollywood Cerise. HEX triplet: FF, 00 and 9F. RGB value is (255,0,159). Sum of RGB (Red+Green+Blue) = 255+0+159=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF009F is #00FF60. Grayscale: #5D5D5D. Windows color (decimal): -65377 or 10420479. OLE color: 10420479.
HSL color Cylindrical-coordinate representation of color #FF009F: hue angle of 322.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF009F is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.38 | 0 |
| HSL | 322.59º | 1% | 0.5% | - |
| HSV(B) | 322.59º | 1% | 1% | - |
| XYZ | 47.5 | 23.76 | 34.88 | - |
| YUV | 94.37 | 164.48 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 159 | 0 | 1 | 0.38 | 0 | 322.59 | 1 | 0.5 |
| Hex | FF | 0 | 9F | 0 | 64 | 26 | 0 | 143 | 64 | 32 |
| Octal | 377 | 0 | 237 | 0 | 144 | 46 | 0 | 503 | 144 | 62 |
| Binary | 11111111 | 0 | 10011111 | 0 | 1100100 | 100110 | 0 | 101000011 | 1100100 | 110010 |
Color Harmonies of #FF009F
Complementary color
Monochromatic Colors of #FF009F
Black with #FF009F
Text Example
Text Example
White with #FF009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF009F; }
p { color: rgb(255,0,159); }
H1.HeaderClassName
{
color: #FF009F;
}
.AnyTagClassName
{
color: #FF009F;
}
</style>
background-color css
<style>
a { background-color: #FF009F; }
a { background-color: rgb(255,0,159); }
div.DivClassName
{
background-color: #FF009F;
}
.BgClassName
{
background-color: #FF009F;
}
</style>
border-color css
<style>
span { border-color: #FF009F; }
span { border-color: rgb(255,0,159); }
td.TdClassName
{
border-color: #FF009F;
}
.TagClassName
{
border-color: #FF009F;
}
</style>