Shades of Hollywood Cerise #F00BA2
Tints of Hollywood Cerise #F00BA2
RGB
CMYK
RGB Variations
Color information
#F00BA2 (or 0xF00BA2) is known color: Hollywood Cerise. HEX triplet: F0, 0B and A2. RGB value is (240,11,162). Sum of RGB (Red+Green+Blue) = 240+11+162=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00BA2 is #0FF45D. Grayscale: #606060. Windows color (decimal): -1045598 or 10619888. OLE color: 10619888.
HSL color Cylindrical-coordinate representation of color #F00BA2: hue angle of 320.44º 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 #F00BA2 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 162 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.06 |
| HSL | 320.44º | 0.91% | 0.49% | - |
| HSV(B) | 320.44º | 0.95% | 0.94% | - |
| XYZ | 42.58 | 21.37 | 36.06 | - |
| YUV | 96.69 | 164.87 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 162 | 0 | 0.95 | 0.32 | 0.06 | 320.44 | 0.91 | 0.49 |
| Hex | F0 | B | A2 | 0 | 5F | 20 | 6 | 140 | 5B | 31 |
| Octal | 360 | 13 | 242 | 0 | 137 | 40 | 6 | 500 | 133 | 61 |
| Binary | 11110000 | 1011 | 10100010 | 0 | 1011111 | 100000 | 110 | 101000000 | 1011011 | 110001 |
Color Harmonies of #F00BA2
Complementary color
Monochromatic Colors of #F00BA2
Black with #F00BA2
Text Example
Text Example
White with #F00BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BA2; }
p { color: rgb(240,11,162); }
H1.HeaderClassName
{
color: #F00BA2;
}
.AnyTagClassName
{
color: #F00BA2;
}
</style>
background-color css
<style>
a { background-color: #F00BA2; }
a { background-color: rgb(240,11,162); }
div.DivClassName
{
background-color: #F00BA2;
}
.BgClassName
{
background-color: #F00BA2;
}
</style>
border-color css
<style>
span { border-color: #F00BA2; }
span { border-color: rgb(240,11,162); }
td.TdClassName
{
border-color: #F00BA2;
}
.TagClassName
{
border-color: #F00BA2;
}
</style>