Shades of Hollywood Cerise #F00992
Tints of Hollywood Cerise #F00992
RGB
CMYK
RGB Variations
Color information
#F00992 (or 0xF00992) is known color: Hollywood Cerise. HEX triplet: F0, 09 and 92. RGB value is (240,9,146). Sum of RGB (Red+Green+Blue) = 240+9+146=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F00992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00992 is #0FF66D. Grayscale: #5D5D5D. Windows color (decimal): -1046126 or 9570800. OLE color: 9570800.
HSL color Cylindrical-coordinate representation of color #F00992: hue angle of 324.42º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00992 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.06 |
| HSL | 324.42º | 0.93% | 0.49% | - |
| HSV(B) | 324.42º | 0.96% | 0.94% | - |
| XYZ | 41.22 | 20.8 | 29.04 | - |
| YUV | 93.69 | 157.53 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 146 | 0 | 0.96 | 0.39 | 0.06 | 324.42 | 0.93 | 0.49 |
| Hex | F0 | 9 | 92 | 0 | 60 | 27 | 6 | 144 | 5D | 31 |
| Octal | 360 | 11 | 222 | 0 | 140 | 47 | 6 | 504 | 135 | 61 |
| Binary | 11110000 | 1001 | 10010010 | 0 | 1100000 | 100111 | 110 | 101000100 | 1011101 | 110001 |
Color Harmonies of #F00992
Complementary color
Monochromatic Colors of #F00992
Black with #F00992
Text Example
Text Example
White with #F00992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00992; }
p { color: rgb(240,9,146); }
H1.HeaderClassName
{
color: #F00992;
}
.AnyTagClassName
{
color: #F00992;
}
</style>
background-color css
<style>
a { background-color: #F00992; }
a { background-color: rgb(240,9,146); }
div.DivClassName
{
background-color: #F00992;
}
.BgClassName
{
background-color: #F00992;
}
</style>
border-color css
<style>
span { border-color: #F00992; }
span { border-color: rgb(240,9,146); }
td.TdClassName
{
border-color: #F00992;
}
.TagClassName
{
border-color: #F00992;
}
</style>