Shades of Hollywood Cerise #F00094
Tints of Hollywood Cerise #F00094
RGB
CMYK
RGB Variations
Color information
#F00094 (or 0xF00094) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 94. RGB value is (240,0,148). Sum of RGB (Red+Green+Blue) = 240+0+148=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F00094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00094 is #0FFF6B. Grayscale: #585858. Windows color (decimal): -1048428 or 9699568. OLE color: 9699568.
HSL color Cylindrical-coordinate representation of color #F00094: hue angle of 323º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00094 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.38 | 0.06 |
| HSL | 323º | 1% | 0.47% | - |
| HSV(B) | 323º | 1% | 0.94% | - |
| XYZ | 41.28 | 20.66 | 29.83 | - |
| YUV | 88.63 | 161.51 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 148 | 0 | 1 | 0.38 | 0.06 | 323 | 1 | 0.47 |
| Hex | F0 | 0 | 94 | 0 | 64 | 26 | 6 | 143 | 64 | 2F |
| Octal | 360 | 0 | 224 | 0 | 144 | 46 | 6 | 503 | 144 | 57 |
| Binary | 11110000 | 0 | 10010100 | 0 | 1100100 | 100110 | 110 | 101000011 | 1100100 | 101111 |
Color Harmonies of #F00094
Complementary color
Monochromatic Colors of #F00094
Black with #F00094
Text Example
Text Example
White with #F00094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00094; }
p { color: rgb(240,0,148); }
H1.HeaderClassName
{
color: #F00094;
}
.AnyTagClassName
{
color: #F00094;
}
</style>
background-color css
<style>
a { background-color: #F00094; }
a { background-color: rgb(240,0,148); }
div.DivClassName
{
background-color: #F00094;
}
.BgClassName
{
background-color: #F00094;
}
</style>
border-color css
<style>
span { border-color: #F00094; }
span { border-color: rgb(240,0,148); }
td.TdClassName
{
border-color: #F00094;
}
.TagClassName
{
border-color: #F00094;
}
</style>