Shades of Hollywood Cerise #F80BAF
Tints of Hollywood Cerise #F80BAF
RGB
CMYK
RGB Variations
Color information
#F80BAF (or 0xF80BAF) is known color: Hollywood Cerise. HEX triplet: F8, 0B and AF. RGB value is (248,11,175). Sum of RGB (Red+Green+Blue) = 248+11+175=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80BAF is #07F450. Grayscale: #646464. Windows color (decimal): -521297 or 11471864. OLE color: 11471864.
HSL color Cylindrical-coordinate representation of color #F80BAF: hue angle of 318.48º 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 #F80BAF is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 175 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.03 |
| HSL | 318.48º | 0.94% | 0.51% | - |
| HSV(B) | 318.48º | 0.96% | 0.97% | - |
| XYZ | 46.57 | 23.29 | 42.6 | - |
| YUV | 100.56 | 170.02 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 175 | 0 | 0.96 | 0.29 | 0.03 | 318.48 | 0.94 | 0.51 |
| Hex | F8 | B | AF | 0 | 60 | 1D | 3 | 13E | 5E | 33 |
| Octal | 370 | 13 | 257 | 0 | 140 | 35 | 3 | 476 | 136 | 63 |
| Binary | 11111000 | 1011 | 10101111 | 0 | 1100000 | 11101 | 11 | 100111110 | 1011110 | 110011 |
Color Harmonies of #F80BAF
Complementary color
Monochromatic Colors of #F80BAF
Black with #F80BAF
Text Example
Text Example
White with #F80BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BAF; }
p { color: rgb(248,11,175); }
H1.HeaderClassName
{
color: #F80BAF;
}
.AnyTagClassName
{
color: #F80BAF;
}
</style>
background-color css
<style>
a { background-color: #F80BAF; }
a { background-color: rgb(248,11,175); }
div.DivClassName
{
background-color: #F80BAF;
}
.BgClassName
{
background-color: #F80BAF;
}
</style>
border-color css
<style>
span { border-color: #F80BAF; }
span { border-color: rgb(248,11,175); }
td.TdClassName
{
border-color: #F80BAF;
}
.TagClassName
{
border-color: #F80BAF;
}
</style>