Shades of Hollywood Cerise #FF049F
Tints of Hollywood Cerise #FF049F
RGB
CMYK
RGB Variations
Color information
#FF049F (or 0xFF049F) is known color: Hollywood Cerise. HEX triplet: FF, 04 and 9F. RGB value is (255,4,159). Sum of RGB (Red+Green+Blue) = 255+4+159=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF049F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF049F is #00FB60. Grayscale: #606060. Windows color (decimal): -64353 or 10421503. OLE color: 10421503.
HSL color Cylindrical-coordinate representation of color #FF049F: hue angle of 322.95º 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 #FF049F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.38 | 0 |
| HSL | 322.95º | 1% | 0.51% | - |
| HSV(B) | 322.95º | 0.98% | 1% | - |
| XYZ | 47.54 | 23.85 | 34.9 | - |
| YUV | 96.72 | 163.16 | 240.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 159 | 0 | 0.98 | 0.38 | 0 | 322.95 | 1 | 0.51 |
| Hex | FF | 4 | 9F | 0 | 62 | 26 | 0 | 143 | 64 | 33 |
| Octal | 377 | 4 | 237 | 0 | 142 | 46 | 0 | 503 | 144 | 63 |
| Binary | 11111111 | 100 | 10011111 | 0 | 1100010 | 100110 | 0 | 101000011 | 1100100 | 110011 |
Color Harmonies of #FF049F
Complementary color
Monochromatic Colors of #FF049F
Black with #FF049F
Text Example
Text Example
White with #FF049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF049F; }
p { color: rgb(255,4,159); }
H1.HeaderClassName
{
color: #FF049F;
}
.AnyTagClassName
{
color: #FF049F;
}
</style>
background-color css
<style>
a { background-color: #FF049F; }
a { background-color: rgb(255,4,159); }
div.DivClassName
{
background-color: #FF049F;
}
.BgClassName
{
background-color: #FF049F;
}
</style>
border-color css
<style>
span { border-color: #FF049F; }
span { border-color: rgb(255,4,159); }
td.TdClassName
{
border-color: #FF049F;
}
.TagClassName
{
border-color: #FF049F;
}
</style>