Shades of Hollywood Cerise #FF0599
Tints of Hollywood Cerise #FF0599
RGB
CMYK
RGB Variations
Color information
#FF0599 (or 0xFF0599) is known color: Hollywood Cerise. HEX triplet: FF, 05 and 99. RGB value is (255,5,153). Sum of RGB (Red+Green+Blue) = 255+5+153=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0599 is #00FA66. Grayscale: #606060. Windows color (decimal): -64103 or 10028543. OLE color: 10028543.
HSL color Cylindrical-coordinate representation of color #FF0599: hue angle of 324.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0599 is Cyan = 0, Magento = 0.98, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.4 | 0 |
| HSL | 324.48º | 1% | 0.51% | - |
| HSV(B) | 324.48º | 0.98% | 1% | - |
| XYZ | 47.04 | 23.67 | 32.23 | - |
| YUV | 96.62 | 159.83 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 153 | 0 | 0.98 | 0.4 | 0 | 324.48 | 1 | 0.51 |
| Hex | FF | 5 | 99 | 0 | 62 | 28 | 0 | 144 | 64 | 33 |
| Octal | 377 | 5 | 231 | 0 | 142 | 50 | 0 | 504 | 144 | 63 |
| Binary | 11111111 | 101 | 10011001 | 0 | 1100010 | 101000 | 0 | 101000100 | 1100100 | 110011 |
Color Harmonies of #FF0599
Complementary color
Monochromatic Colors of #FF0599
Black with #FF0599
Text Example
Text Example
White with #FF0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0599; }
p { color: rgb(255,5,153); }
H1.HeaderClassName
{
color: #FF0599;
}
.AnyTagClassName
{
color: #FF0599;
}
</style>
background-color css
<style>
a { background-color: #FF0599; }
a { background-color: rgb(255,5,153); }
div.DivClassName
{
background-color: #FF0599;
}
.BgClassName
{
background-color: #FF0599;
}
</style>
border-color css
<style>
span { border-color: #FF0599; }
span { border-color: rgb(255,5,153); }
td.TdClassName
{
border-color: #FF0599;
}
.TagClassName
{
border-color: #FF0599;
}
</style>