Shades of Hollywood Cerise #F8059B
Tints of Hollywood Cerise #F8059B
RGB
CMYK
RGB Variations
Color information
#F8059B (or 0xF8059B) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 9B. RGB value is (248,5,155). Sum of RGB (Red+Green+Blue) = 248+5+155=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8059B is #07FA64. Grayscale: #5E5E5E. Windows color (decimal): -522853 or 10159608. OLE color: 10159608.
HSL color Cylindrical-coordinate representation of color #F8059B: hue angle of 322.96º 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 #F8059B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.03 |
| HSL | 322.96º | 0.96% | 0.5% | - |
| HSV(B) | 322.96º | 0.98% | 0.97% | - |
| XYZ | 44.68 | 22.43 | 32.99 | - |
| YUV | 94.76 | 162.01 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 155 | 0 | 0.98 | 0.38 | 0.03 | 322.96 | 0.96 | 0.5 |
| Hex | F8 | 5 | 9B | 0 | 62 | 26 | 3 | 143 | 60 | 32 |
| Octal | 370 | 5 | 233 | 0 | 142 | 46 | 3 | 503 | 140 | 62 |
| Binary | 11111000 | 101 | 10011011 | 0 | 1100010 | 100110 | 11 | 101000011 | 1100000 | 110010 |
Color Harmonies of #F8059B
Complementary color
Monochromatic Colors of #F8059B
Black with #F8059B
Text Example
Text Example
White with #F8059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8059B; }
p { color: rgb(248,5,155); }
H1.HeaderClassName
{
color: #F8059B;
}
.AnyTagClassName
{
color: #F8059B;
}
</style>
background-color css
<style>
a { background-color: #F8059B; }
a { background-color: rgb(248,5,155); }
div.DivClassName
{
background-color: #F8059B;
}
.BgClassName
{
background-color: #F8059B;
}
</style>
border-color css
<style>
span { border-color: #F8059B; }
span { border-color: rgb(248,5,155); }
td.TdClassName
{
border-color: #F8059B;
}
.TagClassName
{
border-color: #F8059B;
}
</style>