Shades of Hollywood Cerise #F00B96
Tints of Hollywood Cerise #F00B96
RGB
CMYK
RGB Variations
Color information
#F00B96 (or 0xF00B96) is known color: Hollywood Cerise. HEX triplet: F0, 0B and 96. RGB value is (240,11,150). Sum of RGB (Red+Green+Blue) = 240+11+150=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00B96 is #0FF469. Grayscale: #5E5E5E. Windows color (decimal): -1045610 or 9833456. OLE color: 9833456.
HSL color Cylindrical-coordinate representation of color #F00B96: hue angle of 323.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00B96 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 150 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.06 |
| HSL | 323.58º | 0.91% | 0.49% | - |
| HSV(B) | 323.58º | 0.95% | 0.94% | - |
| XYZ | 41.56 | 20.97 | 30.71 | - |
| YUV | 95.32 | 158.87 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 150 | 0 | 0.95 | 0.37 | 0.06 | 323.58 | 0.91 | 0.49 |
| Hex | F0 | B | 96 | 0 | 5F | 25 | 6 | 144 | 5B | 31 |
| Octal | 360 | 13 | 226 | 0 | 137 | 45 | 6 | 504 | 133 | 61 |
| Binary | 11110000 | 1011 | 10010110 | 0 | 1011111 | 100101 | 110 | 101000100 | 1011011 | 110001 |
Color Harmonies of #F00B96
Complementary color
Monochromatic Colors of #F00B96
Black with #F00B96
Text Example
Text Example
White with #F00B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00B96; }
p { color: rgb(240,11,150); }
H1.HeaderClassName
{
color: #F00B96;
}
.AnyTagClassName
{
color: #F00B96;
}
</style>
background-color css
<style>
a { background-color: #F00B96; }
a { background-color: rgb(240,11,150); }
div.DivClassName
{
background-color: #F00B96;
}
.BgClassName
{
background-color: #F00B96;
}
</style>
border-color css
<style>
span { border-color: #F00B96; }
span { border-color: rgb(240,11,150); }
td.TdClassName
{
border-color: #F00B96;
}
.TagClassName
{
border-color: #F00B96;
}
</style>