Shades of Hollywood Cerise #F00BAA
Tints of Hollywood Cerise #F00BAA
RGB
CMYK
RGB Variations
Color information
#F00BAA (or 0xF00BAA) is known color: Hollywood Cerise. HEX triplet: F0, 0B and AA. RGB value is (240,11,170). Sum of RGB (Red+Green+Blue) = 240+11+170=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00BAA is #0FF455. Grayscale: #616161. Windows color (decimal): -1045590 or 11144176. OLE color: 11144176.
HSL color Cylindrical-coordinate representation of color #F00BAA: hue angle of 318.34º 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 #F00BAA is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 170 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.06 |
| HSL | 318.34º | 0.91% | 0.49% | - |
| HSV(B) | 318.34º | 0.95% | 0.94% | - |
| XYZ | 43.31 | 21.67 | 39.93 | - |
| YUV | 97.6 | 168.87 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 170 | 0 | 0.95 | 0.29 | 0.06 | 318.34 | 0.91 | 0.49 |
| Hex | F0 | B | AA | 0 | 5F | 1D | 6 | 13E | 5B | 31 |
| Octal | 360 | 13 | 252 | 0 | 137 | 35 | 6 | 476 | 133 | 61 |
| Binary | 11110000 | 1011 | 10101010 | 0 | 1011111 | 11101 | 110 | 100111110 | 1011011 | 110001 |
Color Harmonies of #F00BAA
Complementary color
Monochromatic Colors of #F00BAA
Black with #F00BAA
Text Example
Text Example
White with #F00BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BAA; }
p { color: rgb(240,11,170); }
H1.HeaderClassName
{
color: #F00BAA;
}
.AnyTagClassName
{
color: #F00BAA;
}
</style>
background-color css
<style>
a { background-color: #F00BAA; }
a { background-color: rgb(240,11,170); }
div.DivClassName
{
background-color: #F00BAA;
}
.BgClassName
{
background-color: #F00BAA;
}
</style>
border-color css
<style>
span { border-color: #F00BAA; }
span { border-color: rgb(240,11,170); }
td.TdClassName
{
border-color: #F00BAA;
}
.TagClassName
{
border-color: #F00BAA;
}
</style>