Shades of Hollywood Cerise #F0049F
Tints of Hollywood Cerise #F0049F
RGB
CMYK
RGB Variations
Color information
#F0049F (or 0xF0049F) is known color: Hollywood Cerise. HEX triplet: F0, 04 and 9F. RGB value is (240,4,159). Sum of RGB (Red+Green+Blue) = 240+4+159=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0049F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0049F is #0FFB60. Grayscale: #5B5B5B. Windows color (decimal): -1047393 or 10421488. OLE color: 10421488.
HSL color Cylindrical-coordinate representation of color #F0049F: hue angle of 320.59º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0049F is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.06 |
| HSL | 320.59º | 0.97% | 0.48% | - |
| HSV(B) | 320.59º | 0.98% | 0.94% | - |
| XYZ | 42.24 | 21.12 | 34.65 | - |
| YUV | 92.23 | 165.69 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 159 | 0 | 0.98 | 0.34 | 0.06 | 320.59 | 0.97 | 0.48 |
| Hex | F0 | 4 | 9F | 0 | 62 | 22 | 6 | 141 | 61 | 30 |
| Octal | 360 | 4 | 237 | 0 | 142 | 42 | 6 | 501 | 141 | 60 |
| Binary | 11110000 | 100 | 10011111 | 0 | 1100010 | 100010 | 110 | 101000001 | 1100001 | 110000 |
Color Harmonies of #F0049F
Complementary color
Monochromatic Colors of #F0049F
Black with #F0049F
Text Example
Text Example
White with #F0049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0049F; }
p { color: rgb(240,4,159); }
H1.HeaderClassName
{
color: #F0049F;
}
.AnyTagClassName
{
color: #F0049F;
}
</style>
background-color css
<style>
a { background-color: #F0049F; }
a { background-color: rgb(240,4,159); }
div.DivClassName
{
background-color: #F0049F;
}
.BgClassName
{
background-color: #F0049F;
}
</style>
border-color css
<style>
span { border-color: #F0049F; }
span { border-color: rgb(240,4,159); }
td.TdClassName
{
border-color: #F0049F;
}
.TagClassName
{
border-color: #F0049F;
}
</style>