Shades of Hollywood Cerise #F00092
Tints of Hollywood Cerise #F00092
RGB
CMYK
RGB Variations
Color information
#F00092 (or 0xF00092) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 92. RGB value is (240,0,146). Sum of RGB (Red+Green+Blue) = 240+0+146=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F00092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00092 is #0FFF6D. Grayscale: #585858. Windows color (decimal): -1048430 or 9568496. OLE color: 9568496.
HSL color Cylindrical-coordinate representation of color #F00092: hue angle of 323.5º 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 #F00092 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.39 | 0.06 |
| HSL | 323.5º | 1% | 0.47% | - |
| HSV(B) | 323.5º | 1% | 0.94% | - |
| XYZ | 41.12 | 20.6 | 29 | - |
| YUV | 88.4 | 160.51 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 146 | 0 | 1 | 0.39 | 0.06 | 323.5 | 1 | 0.47 |
| Hex | F0 | 0 | 92 | 0 | 64 | 27 | 6 | 144 | 64 | 2F |
| Octal | 360 | 0 | 222 | 0 | 144 | 47 | 6 | 504 | 144 | 57 |
| Binary | 11110000 | 0 | 10010010 | 0 | 1100100 | 100111 | 110 | 101000100 | 1100100 | 101111 |
Color Harmonies of #F00092
Complementary color
Monochromatic Colors of #F00092
Black with #F00092
Text Example
Text Example
White with #F00092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00092; }
p { color: rgb(240,0,146); }
H1.HeaderClassName
{
color: #F00092;
}
.AnyTagClassName
{
color: #F00092;
}
</style>
background-color css
<style>
a { background-color: #F00092; }
a { background-color: rgb(240,0,146); }
div.DivClassName
{
background-color: #F00092;
}
.BgClassName
{
background-color: #F00092;
}
</style>
border-color css
<style>
span { border-color: #F00092; }
span { border-color: rgb(240,0,146); }
td.TdClassName
{
border-color: #F00092;
}
.TagClassName
{
border-color: #F00092;
}
</style>