Shades of Hollywood Cerise #F80593
Tints of Hollywood Cerise #F80593
RGB
CMYK
RGB Variations
Color information
#F80593 (or 0xF80593) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 93. RGB value is (248,5,147). Sum of RGB (Red+Green+Blue) = 248+5+147=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F80593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80593 is #07FA6C. Grayscale: #5D5D5D. Windows color (decimal): -522861 or 9635320. OLE color: 9635320.
HSL color Cylindrical-coordinate representation of color #F80593: hue angle of 324.94º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80593 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 147 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.03 |
| HSL | 324.94º | 0.96% | 0.5% | - |
| HSV(B) | 324.94º | 0.98% | 0.97% | - |
| XYZ | 44.03 | 22.17 | 29.56 | - |
| YUV | 93.85 | 158.01 | 237.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 147 | 0 | 0.98 | 0.41 | 0.03 | 324.94 | 0.96 | 0.5 |
| Hex | F8 | 5 | 93 | 0 | 62 | 29 | 3 | 145 | 60 | 32 |
| Octal | 370 | 5 | 223 | 0 | 142 | 51 | 3 | 505 | 140 | 62 |
| Binary | 11111000 | 101 | 10010011 | 0 | 1100010 | 101001 | 11 | 101000101 | 1100000 | 110010 |
Color Harmonies of #F80593
Complementary color
Monochromatic Colors of #F80593
Black with #F80593
Text Example
Text Example
White with #F80593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80593; }
p { color: rgb(248,5,147); }
H1.HeaderClassName
{
color: #F80593;
}
.AnyTagClassName
{
color: #F80593;
}
</style>
background-color css
<style>
a { background-color: #F80593; }
a { background-color: rgb(248,5,147); }
div.DivClassName
{
background-color: #F80593;
}
.BgClassName
{
background-color: #F80593;
}
</style>
border-color css
<style>
span { border-color: #F80593; }
span { border-color: rgb(248,5,147); }
td.TdClassName
{
border-color: #F80593;
}
.TagClassName
{
border-color: #F80593;
}
</style>