Shades of Hollywood Cerise #F00497
Tints of Hollywood Cerise #F00497
RGB
CMYK
RGB Variations
Color information
#F00497 (or 0xF00497) is known color: Hollywood Cerise. HEX triplet: F0, 04 and 97. RGB value is (240,4,151). Sum of RGB (Red+Green+Blue) = 240+4+151=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F00497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00497 is #0FFB68. Grayscale: #5A5A5A. Windows color (decimal): -1047401 or 9897200. OLE color: 9897200.
HSL color Cylindrical-coordinate representation of color #F00497: hue angle of 322.63º 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 #F00497 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 151 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.06 |
| HSL | 322.63º | 0.97% | 0.48% | - |
| HSV(B) | 322.63º | 0.98% | 0.94% | - |
| XYZ | 41.56 | 20.85 | 31.11 | - |
| YUV | 91.32 | 161.69 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 151 | 0 | 0.98 | 0.37 | 0.06 | 322.63 | 0.97 | 0.48 |
| Hex | F0 | 4 | 97 | 0 | 62 | 25 | 6 | 143 | 61 | 30 |
| Octal | 360 | 4 | 227 | 0 | 142 | 45 | 6 | 503 | 141 | 60 |
| Binary | 11110000 | 100 | 10010111 | 0 | 1100010 | 100101 | 110 | 101000011 | 1100001 | 110000 |
Color Harmonies of #F00497
Complementary color
Monochromatic Colors of #F00497
Black with #F00497
Text Example
Text Example
White with #F00497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00497; }
p { color: rgb(240,4,151); }
H1.HeaderClassName
{
color: #F00497;
}
.AnyTagClassName
{
color: #F00497;
}
</style>
background-color css
<style>
a { background-color: #F00497; }
a { background-color: rgb(240,4,151); }
div.DivClassName
{
background-color: #F00497;
}
.BgClassName
{
background-color: #F00497;
}
</style>
border-color css
<style>
span { border-color: #F00497; }
span { border-color: rgb(240,4,151); }
td.TdClassName
{
border-color: #F00497;
}
.TagClassName
{
border-color: #F00497;
}
</style>