Shades of Hollywood Cerise #F00399
Tints of Hollywood Cerise #F00399
RGB
CMYK
RGB Variations
Color information
#F00399 (or 0xF00399) is known color: Hollywood Cerise. HEX triplet: F0, 03 and 99. RGB value is (240,3,153). Sum of RGB (Red+Green+Blue) = 240+3+153=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F00399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00399 is #0FFC66. Grayscale: #5A5A5A. Windows color (decimal): -1047655 or 10028016. OLE color: 10028016.
HSL color Cylindrical-coordinate representation of color #F00399: hue angle of 322.03º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00399 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.06 |
| HSL | 322.03º | 0.98% | 0.48% | - |
| HSV(B) | 322.03º | 0.99% | 0.94% | - |
| XYZ | 41.72 | 20.89 | 31.97 | - |
| YUV | 90.96 | 163.02 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 153 | 0 | 0.99 | 0.36 | 0.06 | 322.03 | 0.98 | 0.48 |
| Hex | F0 | 3 | 99 | 0 | 63 | 24 | 6 | 142 | 62 | 30 |
| Octal | 360 | 3 | 231 | 0 | 143 | 44 | 6 | 502 | 142 | 60 |
| Binary | 11110000 | 11 | 10011001 | 0 | 1100011 | 100100 | 110 | 101000010 | 1100010 | 110000 |
Color Harmonies of #F00399
Complementary color
Monochromatic Colors of #F00399
Black with #F00399
Text Example
Text Example
White with #F00399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00399; }
p { color: rgb(240,3,153); }
H1.HeaderClassName
{
color: #F00399;
}
.AnyTagClassName
{
color: #F00399;
}
</style>
background-color css
<style>
a { background-color: #F00399; }
a { background-color: rgb(240,3,153); }
div.DivClassName
{
background-color: #F00399;
}
.BgClassName
{
background-color: #F00399;
}
</style>
border-color css
<style>
span { border-color: #F00399; }
span { border-color: rgb(240,3,153); }
td.TdClassName
{
border-color: #F00399;
}
.TagClassName
{
border-color: #F00399;
}
</style>