Shades of Hollywood Cerise #F00294
Tints of Hollywood Cerise #F00294
RGB
CMYK
RGB Variations
Color information
#F00294 (or 0xF00294) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 94. RGB value is (240,2,148). Sum of RGB (Red+Green+Blue) = 240+2+148=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F00294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00294 is #0FFD6B. Grayscale: #595959. Windows color (decimal): -1047916 or 9700080. OLE color: 9700080.
HSL color Cylindrical-coordinate representation of color #F00294: hue angle of 323.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00294 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.06 |
| HSL | 323.19º | 0.98% | 0.47% | - |
| HSV(B) | 323.19º | 0.99% | 0.94% | - |
| XYZ | 41.3 | 20.71 | 29.84 | - |
| YUV | 89.81 | 160.85 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 148 | 0 | 0.99 | 0.38 | 0.06 | 323.19 | 0.98 | 0.47 |
| Hex | F0 | 2 | 94 | 0 | 63 | 26 | 6 | 143 | 62 | 2F |
| Octal | 360 | 2 | 224 | 0 | 143 | 46 | 6 | 503 | 142 | 57 |
| Binary | 11110000 | 10 | 10010100 | 0 | 1100011 | 100110 | 110 | 101000011 | 1100010 | 101111 |
Color Harmonies of #F00294
Complementary color
Monochromatic Colors of #F00294
Black with #F00294
Text Example
Text Example
White with #F00294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00294; }
p { color: rgb(240,2,148); }
H1.HeaderClassName
{
color: #F00294;
}
.AnyTagClassName
{
color: #F00294;
}
</style>
background-color css
<style>
a { background-color: #F00294; }
a { background-color: rgb(240,2,148); }
div.DivClassName
{
background-color: #F00294;
}
.BgClassName
{
background-color: #F00294;
}
</style>
border-color css
<style>
span { border-color: #F00294; }
span { border-color: rgb(240,2,148); }
td.TdClassName
{
border-color: #F00294;
}
.TagClassName
{
border-color: #F00294;
}
</style>