Shades of Hollywood Cerise #F80192
Tints of Hollywood Cerise #F80192
RGB
CMYK
RGB Variations
Color information
#F80192 (or 0xF80192) is known color: Hollywood Cerise. HEX triplet: F8, 01 and 92. RGB value is (248,1,146). Sum of RGB (Red+Green+Blue) = 248+1+146=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F80192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80192 is #07FE6D. Grayscale: #5B5B5B. Windows color (decimal): -523886 or 9568760. OLE color: 9568760.
HSL color Cylindrical-coordinate representation of color #F80192: hue angle of 324.78º 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 #F80192 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.03 |
| HSL | 324.78º | 0.99% | 0.49% | - |
| HSV(B) | 324.78º | 1% | 0.97% | - |
| XYZ | 43.91 | 22.05 | 29.14 | - |
| YUV | 91.38 | 158.83 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 146 | 0 | 1.00 | 0.41 | 0.03 | 324.78 | 0.99 | 0.49 |
| Hex | F8 | 1 | 92 | 0 | 64 | 29 | 3 | 145 | 63 | 31 |
| Octal | 370 | 1 | 222 | 0 | 144 | 51 | 3 | 505 | 143 | 61 |
| Binary | 11111000 | 1 | 10010010 | 0 | 1100100 | 101001 | 11 | 101000101 | 1100011 | 110001 |
Color Harmonies of #F80192
Complementary color
Monochromatic Colors of #F80192
Black with #F80192
Text Example
Text Example
White with #F80192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80192; }
p { color: rgb(248,1,146); }
H1.HeaderClassName
{
color: #F80192;
}
.AnyTagClassName
{
color: #F80192;
}
</style>
background-color css
<style>
a { background-color: #F80192; }
a { background-color: rgb(248,1,146); }
div.DivClassName
{
background-color: #F80192;
}
.BgClassName
{
background-color: #F80192;
}
</style>
border-color css
<style>
span { border-color: #F80192; }
span { border-color: rgb(248,1,146); }
td.TdClassName
{
border-color: #F80192;
}
.TagClassName
{
border-color: #F80192;
}
</style>