Shades of Hollywood Cerise #F00BA6
Tints of Hollywood Cerise #F00BA6
RGB
CMYK
RGB Variations
Color information
#F00BA6 (or 0xF00BA6) is known color: Hollywood Cerise. HEX triplet: F0, 0B and A6. RGB value is (240,11,166). Sum of RGB (Red+Green+Blue) = 240+11+166=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00BA6 is #0FF459. Grayscale: #606060. Windows color (decimal): -1045594 or 10882032. OLE color: 10882032.
HSL color Cylindrical-coordinate representation of color #F00BA6: hue angle of 319.39º 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 #F00BA6 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 166 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.06 |
| HSL | 319.39º | 0.91% | 0.49% | - |
| HSV(B) | 319.39º | 0.95% | 0.94% | - |
| XYZ | 42.94 | 21.52 | 37.97 | - |
| YUV | 97.14 | 166.87 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 166 | 0 | 0.95 | 0.31 | 0.06 | 319.39 | 0.91 | 0.49 |
| Hex | F0 | B | A6 | 0 | 5F | 1F | 6 | 13F | 5B | 31 |
| Octal | 360 | 13 | 246 | 0 | 137 | 37 | 6 | 477 | 133 | 61 |
| Binary | 11110000 | 1011 | 10100110 | 0 | 1011111 | 11111 | 110 | 100111111 | 1011011 | 110001 |
Color Harmonies of #F00BA6
Complementary color
Monochromatic Colors of #F00BA6
Black with #F00BA6
Text Example
Text Example
White with #F00BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BA6; }
p { color: rgb(240,11,166); }
H1.HeaderClassName
{
color: #F00BA6;
}
.AnyTagClassName
{
color: #F00BA6;
}
</style>
background-color css
<style>
a { background-color: #F00BA6; }
a { background-color: rgb(240,11,166); }
div.DivClassName
{
background-color: #F00BA6;
}
.BgClassName
{
background-color: #F00BA6;
}
</style>
border-color css
<style>
span { border-color: #F00BA6; }
span { border-color: rgb(240,11,166); }
td.TdClassName
{
border-color: #F00BA6;
}
.TagClassName
{
border-color: #F00BA6;
}
</style>