Shades of Hollywood Cerise #F80B9C
Tints of Hollywood Cerise #F80B9C
RGB
CMYK
RGB Variations
Color information
#F80B9C (or 0xF80B9C) is known color: Hollywood Cerise. HEX triplet: F8, 0B and 9C. RGB value is (248,11,156). Sum of RGB (Red+Green+Blue) = 248+11+156=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80B9C is #07F463. Grayscale: #626262. Windows color (decimal): -521316 or 10226680. OLE color: 10226680.
HSL color Cylindrical-coordinate representation of color #F80B9C: hue angle of 323.29º 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 #F80B9C is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 156 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.03 |
| HSL | 323.29º | 0.94% | 0.51% | - |
| HSV(B) | 323.29º | 0.96% | 0.97% | - |
| XYZ | 44.83 | 22.6 | 33.45 | - |
| YUV | 98.39 | 160.52 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 156 | 0 | 0.96 | 0.37 | 0.03 | 323.29 | 0.94 | 0.51 |
| Hex | F8 | B | 9C | 0 | 60 | 25 | 3 | 143 | 5E | 33 |
| Octal | 370 | 13 | 234 | 0 | 140 | 45 | 3 | 503 | 136 | 63 |
| Binary | 11111000 | 1011 | 10011100 | 0 | 1100000 | 100101 | 11 | 101000011 | 1011110 | 110011 |
Color Harmonies of #F80B9C
Complementary color
Monochromatic Colors of #F80B9C
Black with #F80B9C
Text Example
Text Example
White with #F80B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B9C; }
p { color: rgb(248,11,156); }
H1.HeaderClassName
{
color: #F80B9C;
}
.AnyTagClassName
{
color: #F80B9C;
}
</style>
background-color css
<style>
a { background-color: #F80B9C; }
a { background-color: rgb(248,11,156); }
div.DivClassName
{
background-color: #F80B9C;
}
.BgClassName
{
background-color: #F80B9C;
}
</style>
border-color css
<style>
span { border-color: #F80B9C; }
span { border-color: rgb(248,11,156); }
td.TdClassName
{
border-color: #F80B9C;
}
.TagClassName
{
border-color: #F80B9C;
}
</style>