Shades of Hollywood Cerise #F80392
Tints of Hollywood Cerise #F80392
RGB
CMYK
RGB Variations
Color information
#F80392 (or 0xF80392) is known color: Hollywood Cerise. HEX triplet: F8, 03 and 92. RGB value is (248,3,146). Sum of RGB (Red+Green+Blue) = 248+3+146=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F80392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80392 is #07FC6D. Grayscale: #5C5C5C. Windows color (decimal): -523374 or 9569272. OLE color: 9569272.
HSL color Cylindrical-coordinate representation of color #F80392: hue angle of 324.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80392 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.03 |
| HSL | 324.98º | 0.98% | 0.49% | - |
| HSV(B) | 324.98º | 0.99% | 0.97% | - |
| XYZ | 43.93 | 22.1 | 29.14 | - |
| YUV | 92.56 | 158.17 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 146 | 0 | 0.99 | 0.41 | 0.03 | 324.98 | 0.98 | 0.49 |
| Hex | F8 | 3 | 92 | 0 | 63 | 29 | 3 | 145 | 62 | 31 |
| Octal | 370 | 3 | 222 | 0 | 143 | 51 | 3 | 505 | 142 | 61 |
| Binary | 11111000 | 11 | 10010010 | 0 | 1100011 | 101001 | 11 | 101000101 | 1100010 | 110001 |
Color Harmonies of #F80392
Complementary color
Monochromatic Colors of #F80392
Black with #F80392
Text Example
Text Example
White with #F80392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80392; }
p { color: rgb(248,3,146); }
H1.HeaderClassName
{
color: #F80392;
}
.AnyTagClassName
{
color: #F80392;
}
</style>
background-color css
<style>
a { background-color: #F80392; }
a { background-color: rgb(248,3,146); }
div.DivClassName
{
background-color: #F80392;
}
.BgClassName
{
background-color: #F80392;
}
</style>
border-color css
<style>
span { border-color: #F80392; }
span { border-color: rgb(248,3,146); }
td.TdClassName
{
border-color: #F80392;
}
.TagClassName
{
border-color: #F80392;
}
</style>