Shades of Hollywood Cerise #FF0499
Tints of Hollywood Cerise #FF0499
RGB
CMYK
RGB Variations
Color information
#FF0499 (or 0xFF0499) is known color: Hollywood Cerise. HEX triplet: FF, 04 and 99. RGB value is (255,4,153). Sum of RGB (Red+Green+Blue) = 255+4+153=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0499 is #00FB66. Grayscale: #5F5F5F. Windows color (decimal): -64359 or 10028287. OLE color: 10028287.
HSL color Cylindrical-coordinate representation of color #FF0499: hue angle of 324.38º 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 #FF0499 is Cyan = 0, Magento = 0.98, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.4 | 0 |
| HSL | 324.38º | 1% | 0.51% | - |
| HSV(B) | 324.38º | 0.98% | 1% | - |
| XYZ | 47.03 | 23.65 | 32.22 | - |
| YUV | 96.04 | 160.16 | 241.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 153 | 0 | 0.98 | 0.4 | 0 | 324.38 | 1 | 0.51 |
| Hex | FF | 4 | 99 | 0 | 62 | 28 | 0 | 144 | 64 | 33 |
| Octal | 377 | 4 | 231 | 0 | 142 | 50 | 0 | 504 | 144 | 63 |
| Binary | 11111111 | 100 | 10011001 | 0 | 1100010 | 101000 | 0 | 101000100 | 1100100 | 110011 |
Color Harmonies of #FF0499
Complementary color
Monochromatic Colors of #FF0499
Black with #FF0499
Text Example
Text Example
White with #FF0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0499; }
p { color: rgb(255,4,153); }
H1.HeaderClassName
{
color: #FF0499;
}
.AnyTagClassName
{
color: #FF0499;
}
</style>
background-color css
<style>
a { background-color: #FF0499; }
a { background-color: rgb(255,4,153); }
div.DivClassName
{
background-color: #FF0499;
}
.BgClassName
{
background-color: #FF0499;
}
</style>
border-color css
<style>
span { border-color: #FF0499; }
span { border-color: rgb(255,4,153); }
td.TdClassName
{
border-color: #FF0499;
}
.TagClassName
{
border-color: #FF0499;
}
</style>