Shades of Hollywood Cerise #F8049F
Tints of Hollywood Cerise #F8049F
RGB
CMYK
RGB Variations
Color information
#F8049F (or 0xF8049F) is known color: Hollywood Cerise. HEX triplet: F8, 04 and 9F. RGB value is (248,4,159). Sum of RGB (Red+Green+Blue) = 248+4+159=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8049F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8049F is #07FB60. Grayscale: #5E5E5E. Windows color (decimal): -523105 or 10421496. OLE color: 10421496.
HSL color Cylindrical-coordinate representation of color #F8049F: hue angle of 321.89º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8049F is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.03 |
| HSL | 321.89º | 0.97% | 0.49% | - |
| HSV(B) | 321.89º | 0.98% | 0.97% | - |
| XYZ | 45.01 | 22.55 | 34.78 | - |
| YUV | 94.63 | 164.34 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 159 | 0 | 0.98 | 0.36 | 0.03 | 321.89 | 0.97 | 0.49 |
| Hex | F8 | 4 | 9F | 0 | 62 | 24 | 3 | 142 | 61 | 31 |
| Octal | 370 | 4 | 237 | 0 | 142 | 44 | 3 | 502 | 141 | 61 |
| Binary | 11111000 | 100 | 10011111 | 0 | 1100010 | 100100 | 11 | 101000010 | 1100001 | 110001 |
Color Harmonies of #F8049F
Complementary color
Monochromatic Colors of #F8049F
Black with #F8049F
Text Example
Text Example
White with #F8049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8049F; }
p { color: rgb(248,4,159); }
H1.HeaderClassName
{
color: #F8049F;
}
.AnyTagClassName
{
color: #F8049F;
}
</style>
background-color css
<style>
a { background-color: #F8049F; }
a { background-color: rgb(248,4,159); }
div.DivClassName
{
background-color: #F8049F;
}
.BgClassName
{
background-color: #F8049F;
}
</style>
border-color css
<style>
span { border-color: #F8049F; }
span { border-color: rgb(248,4,159); }
td.TdClassName
{
border-color: #F8049F;
}
.TagClassName
{
border-color: #F8049F;
}
</style>