Shades of Hollywood Cerise #F80093
Tints of Hollywood Cerise #F80093
RGB
CMYK
RGB Variations
Color information
#F80093 (or 0xF80093) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 93. RGB value is (248,0,147). Sum of RGB (Red+Green+Blue) = 248+0+147=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F80093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80093 is #07FF6C. Grayscale: #5A5A5A. Windows color (decimal): -524141 or 9634040. OLE color: 9634040.
HSL color Cylindrical-coordinate representation of color #F80093: hue angle of 324.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80093 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.41 | 0.03 |
| HSL | 324.44º | 1% | 0.49% | - |
| HSV(B) | 324.44º | 1% | 0.97% | - |
| XYZ | 43.98 | 22.06 | 29.54 | - |
| YUV | 90.91 | 159.66 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 147 | 0 | 1 | 0.41 | 0.03 | 324.44 | 1 | 0.49 |
| Hex | F8 | 0 | 93 | 0 | 64 | 29 | 3 | 144 | 64 | 31 |
| Octal | 370 | 0 | 223 | 0 | 144 | 51 | 3 | 504 | 144 | 61 |
| Binary | 11111000 | 0 | 10010011 | 0 | 1100100 | 101001 | 11 | 101000100 | 1100100 | 110001 |
Color Harmonies of #F80093
Complementary color
Monochromatic Colors of #F80093
Black with #F80093
Text Example
Text Example
White with #F80093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80093; }
p { color: rgb(248,0,147); }
H1.HeaderClassName
{
color: #F80093;
}
.AnyTagClassName
{
color: #F80093;
}
</style>
background-color css
<style>
a { background-color: #F80093; }
a { background-color: rgb(248,0,147); }
div.DivClassName
{
background-color: #F80093;
}
.BgClassName
{
background-color: #F80093;
}
</style>
border-color css
<style>
span { border-color: #F80093; }
span { border-color: rgb(248,0,147); }
td.TdClassName
{
border-color: #F80093;
}
.TagClassName
{
border-color: #F80093;
}
</style>