Shades of Hollywood Cerise #F80393
Tints of Hollywood Cerise #F80393
RGB
CMYK
RGB Variations
Color information
#F80393 (or 0xF80393) is known color: Hollywood Cerise. HEX triplet: F8, 03 and 93. RGB value is (248,3,147). Sum of RGB (Red+Green+Blue) = 248+3+147=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F80393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80393 is #07FC6C. Grayscale: #5C5C5C. Windows color (decimal): -523373 or 9634808. OLE color: 9634808.
HSL color Cylindrical-coordinate representation of color #F80393: hue angle of 324.73º 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 #F80393 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 147 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.03 |
| HSL | 324.73º | 0.98% | 0.49% | - |
| HSV(B) | 324.73º | 0.99% | 0.97% | - |
| XYZ | 44.01 | 22.13 | 29.56 | - |
| YUV | 92.67 | 158.67 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 147 | 0 | 0.99 | 0.41 | 0.03 | 324.73 | 0.98 | 0.49 |
| Hex | F8 | 3 | 93 | 0 | 63 | 29 | 3 | 145 | 62 | 31 |
| Octal | 370 | 3 | 223 | 0 | 143 | 51 | 3 | 505 | 142 | 61 |
| Binary | 11111000 | 11 | 10010011 | 0 | 1100011 | 101001 | 11 | 101000101 | 1100010 | 110001 |
Color Harmonies of #F80393
Complementary color
Monochromatic Colors of #F80393
Black with #F80393
Text Example
Text Example
White with #F80393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80393; }
p { color: rgb(248,3,147); }
H1.HeaderClassName
{
color: #F80393;
}
.AnyTagClassName
{
color: #F80393;
}
</style>
background-color css
<style>
a { background-color: #F80393; }
a { background-color: rgb(248,3,147); }
div.DivClassName
{
background-color: #F80393;
}
.BgClassName
{
background-color: #F80393;
}
</style>
border-color css
<style>
span { border-color: #F80393; }
span { border-color: rgb(248,3,147); }
td.TdClassName
{
border-color: #F80393;
}
.TagClassName
{
border-color: #F80393;
}
</style>