Shades of Hollywood Cerise #F00894
Tints of Hollywood Cerise #F00894
RGB
CMYK
RGB Variations
Color information
#F00894 (or 0xF00894) is known color: Hollywood Cerise. HEX triplet: F0, 08 and 94. RGB value is (240,8,148). Sum of RGB (Red+Green+Blue) = 240+8+148=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F00894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00894 is #0FF76B. Grayscale: #5D5D5D. Windows color (decimal): -1046380 or 9701616. OLE color: 9701616.
HSL color Cylindrical-coordinate representation of color #F00894: hue angle of 323.79º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00894 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 148 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.06 |
| HSL | 323.79º | 0.94% | 0.49% | - |
| HSV(B) | 323.79º | 0.97% | 0.94% | - |
| XYZ | 41.37 | 20.84 | 29.86 | - |
| YUV | 93.33 | 158.86 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 148 | 0 | 0.97 | 0.38 | 0.06 | 323.79 | 0.94 | 0.49 |
| Hex | F0 | 8 | 94 | 0 | 61 | 26 | 6 | 144 | 5E | 31 |
| Octal | 360 | 10 | 224 | 0 | 141 | 46 | 6 | 504 | 136 | 61 |
| Binary | 11110000 | 1000 | 10010100 | 0 | 1100001 | 100110 | 110 | 101000100 | 1011110 | 110001 |
Color Harmonies of #F00894
Complementary color
Monochromatic Colors of #F00894
Black with #F00894
Text Example
Text Example
White with #F00894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00894; }
p { color: rgb(240,8,148); }
H1.HeaderClassName
{
color: #F00894;
}
.AnyTagClassName
{
color: #F00894;
}
</style>
background-color css
<style>
a { background-color: #F00894; }
a { background-color: rgb(240,8,148); }
div.DivClassName
{
background-color: #F00894;
}
.BgClassName
{
background-color: #F00894;
}
</style>
border-color css
<style>
span { border-color: #F00894; }
span { border-color: rgb(240,8,148); }
td.TdClassName
{
border-color: #F00894;
}
.TagClassName
{
border-color: #F00894;
}
</style>