Shades of Hollywood Cerise #F80196
Tints of Hollywood Cerise #F80196
RGB
CMYK
RGB Variations
Color information
#F80196 (or 0xF80196) is known color: Hollywood Cerise. HEX triplet: F8, 01 and 96. RGB value is (248,1,150). Sum of RGB (Red+Green+Blue) = 248+1+150=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F80196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80196 is #07FE69. Grayscale: #5B5B5B. Windows color (decimal): -523882 or 9830904. OLE color: 9830904.
HSL color Cylindrical-coordinate representation of color #F80196: hue angle of 323.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80196 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 150 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.03 |
| HSL | 323.81º | 0.99% | 0.49% | - |
| HSV(B) | 323.81º | 1% | 0.97% | - |
| XYZ | 44.23 | 22.18 | 30.8 | - |
| YUV | 91.84 | 160.83 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 150 | 0 | 1.00 | 0.40 | 0.03 | 323.81 | 0.99 | 0.49 |
| Hex | F8 | 1 | 96 | 0 | 64 | 28 | 3 | 144 | 63 | 31 |
| Octal | 370 | 1 | 226 | 0 | 144 | 50 | 3 | 504 | 143 | 61 |
| Binary | 11111000 | 1 | 10010110 | 0 | 1100100 | 101000 | 11 | 101000100 | 1100011 | 110001 |
Color Harmonies of #F80196
Complementary color
Monochromatic Colors of #F80196
Black with #F80196
Text Example
Text Example
White with #F80196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80196; }
p { color: rgb(248,1,150); }
H1.HeaderClassName
{
color: #F80196;
}
.AnyTagClassName
{
color: #F80196;
}
</style>
background-color css
<style>
a { background-color: #F80196; }
a { background-color: rgb(248,1,150); }
div.DivClassName
{
background-color: #F80196;
}
.BgClassName
{
background-color: #F80196;
}
</style>
border-color css
<style>
span { border-color: #F80196; }
span { border-color: rgb(248,1,150); }
td.TdClassName
{
border-color: #F80196;
}
.TagClassName
{
border-color: #F80196;
}
</style>