Shades of Hollywood Cerise #F80BAA
Tints of Hollywood Cerise #F80BAA
RGB
CMYK
RGB Variations
Color information
#F80BAA (or 0xF80BAA) is known color: Hollywood Cerise. HEX triplet: F8, 0B and AA. RGB value is (248,11,170). Sum of RGB (Red+Green+Blue) = 248+11+170=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80BAA is #07F455. Grayscale: #636363. Windows color (decimal): -521302 or 11144184. OLE color: 11144184.
HSL color Cylindrical-coordinate representation of color #F80BAA: hue angle of 319.75º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80BAA is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 170 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.03 |
| HSL | 319.75º | 0.94% | 0.51% | - |
| HSV(B) | 319.75º | 0.96% | 0.97% | - |
| XYZ | 46.09 | 23.1 | 40.06 | - |
| YUV | 99.99 | 167.52 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 170 | 0 | 0.96 | 0.31 | 0.03 | 319.75 | 0.94 | 0.51 |
| Hex | F8 | B | AA | 0 | 60 | 1F | 3 | 140 | 5E | 33 |
| Octal | 370 | 13 | 252 | 0 | 140 | 37 | 3 | 500 | 136 | 63 |
| Binary | 11111000 | 1011 | 10101010 | 0 | 1100000 | 11111 | 11 | 101000000 | 1011110 | 110011 |
Color Harmonies of #F80BAA
Complementary color
Monochromatic Colors of #F80BAA
Black with #F80BAA
Text Example
Text Example
White with #F80BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BAA; }
p { color: rgb(248,11,170); }
H1.HeaderClassName
{
color: #F80BAA;
}
.AnyTagClassName
{
color: #F80BAA;
}
</style>
background-color css
<style>
a { background-color: #F80BAA; }
a { background-color: rgb(248,11,170); }
div.DivClassName
{
background-color: #F80BAA;
}
.BgClassName
{
background-color: #F80BAA;
}
</style>
border-color css
<style>
span { border-color: #F80BAA; }
span { border-color: rgb(248,11,170); }
td.TdClassName
{
border-color: #F80BAA;
}
.TagClassName
{
border-color: #F80BAA;
}
</style>