Shades of Hollywood Cerise #F8059C
Tints of Hollywood Cerise #F8059C
RGB
CMYK
RGB Variations
Color information
#F8059C (or 0xF8059C) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 9C. RGB value is (248,5,156). Sum of RGB (Red+Green+Blue) = 248+5+156=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8059C is #07FA63. Grayscale: #5E5E5E. Windows color (decimal): -522852 or 10225144. OLE color: 10225144.
HSL color Cylindrical-coordinate representation of color #F8059C: hue angle of 322.72º 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 #F8059C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.03 |
| HSL | 322.72º | 0.96% | 0.5% | - |
| HSV(B) | 322.72º | 0.98% | 0.97% | - |
| XYZ | 44.77 | 22.47 | 33.43 | - |
| YUV | 94.87 | 162.51 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 156 | 0 | 0.98 | 0.37 | 0.03 | 322.72 | 0.96 | 0.5 |
| Hex | F8 | 5 | 9C | 0 | 62 | 25 | 3 | 143 | 60 | 32 |
| Octal | 370 | 5 | 234 | 0 | 142 | 45 | 3 | 503 | 140 | 62 |
| Binary | 11111000 | 101 | 10011100 | 0 | 1100010 | 100101 | 11 | 101000011 | 1100000 | 110010 |
Color Harmonies of #F8059C
Complementary color
Monochromatic Colors of #F8059C
Black with #F8059C
Text Example
Text Example
White with #F8059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8059C; }
p { color: rgb(248,5,156); }
H1.HeaderClassName
{
color: #F8059C;
}
.AnyTagClassName
{
color: #F8059C;
}
</style>
background-color css
<style>
a { background-color: #F8059C; }
a { background-color: rgb(248,5,156); }
div.DivClassName
{
background-color: #F8059C;
}
.BgClassName
{
background-color: #F8059C;
}
</style>
border-color css
<style>
span { border-color: #F8059C; }
span { border-color: rgb(248,5,156); }
td.TdClassName
{
border-color: #F8059C;
}
.TagClassName
{
border-color: #F8059C;
}
</style>