Shades of Hollywood Cerise #F80BAE
Tints of Hollywood Cerise #F80BAE
RGB
CMYK
RGB Variations
Color information
#F80BAE (or 0xF80BAE) is known color: Hollywood Cerise. HEX triplet: F8, 0B and AE. RGB value is (248,11,174). Sum of RGB (Red+Green+Blue) = 248+11+174=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80BAE is #07F451. Grayscale: #646464. Windows color (decimal): -521298 or 11406328. OLE color: 11406328.
HSL color Cylindrical-coordinate representation of color #F80BAE: hue angle of 318.73º 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 #F80BAE is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 174 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.03 |
| HSL | 318.73º | 0.94% | 0.51% | - |
| HSV(B) | 318.73º | 0.96% | 0.97% | - |
| XYZ | 46.47 | 23.25 | 42.08 | - |
| YUV | 100.45 | 169.52 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 174 | 0 | 0.96 | 0.30 | 0.03 | 318.73 | 0.94 | 0.51 |
| Hex | F8 | B | AE | 0 | 60 | 1E | 3 | 13F | 5E | 33 |
| Octal | 370 | 13 | 256 | 0 | 140 | 36 | 3 | 477 | 136 | 63 |
| Binary | 11111000 | 1011 | 10101110 | 0 | 1100000 | 11110 | 11 | 100111111 | 1011110 | 110011 |
Color Harmonies of #F80BAE
Complementary color
Monochromatic Colors of #F80BAE
Black with #F80BAE
Text Example
Text Example
White with #F80BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BAE; }
p { color: rgb(248,11,174); }
H1.HeaderClassName
{
color: #F80BAE;
}
.AnyTagClassName
{
color: #F80BAE;
}
</style>
background-color css
<style>
a { background-color: #F80BAE; }
a { background-color: rgb(248,11,174); }
div.DivClassName
{
background-color: #F80BAE;
}
.BgClassName
{
background-color: #F80BAE;
}
</style>
border-color css
<style>
span { border-color: #F80BAE; }
span { border-color: rgb(248,11,174); }
td.TdClassName
{
border-color: #F80BAE;
}
.TagClassName
{
border-color: #F80BAE;
}
</style>