Shades of Hollywood Cerise #F8049B
Tints of Hollywood Cerise #F8049B
RGB
CMYK
RGB Variations
Color information
#F8049B (or 0xF8049B) is known color: Hollywood Cerise. HEX triplet: F8, 04 and 9B. RGB value is (248,4,155). Sum of RGB (Red+Green+Blue) = 248+4+155=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8049B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8049B is #07FB64. Grayscale: #5D5D5D. Windows color (decimal): -523109 or 10159352. OLE color: 10159352.
HSL color Cylindrical-coordinate representation of color #F8049B: hue angle of 322.87º 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 #F8049B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.03 |
| HSL | 322.87º | 0.97% | 0.49% | - |
| HSV(B) | 322.87º | 0.98% | 0.97% | - |
| XYZ | 44.67 | 22.41 | 32.98 | - |
| YUV | 94.17 | 162.34 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 155 | 0 | 0.98 | 0.38 | 0.03 | 322.87 | 0.97 | 0.49 |
| Hex | F8 | 4 | 9B | 0 | 62 | 26 | 3 | 143 | 61 | 31 |
| Octal | 370 | 4 | 233 | 0 | 142 | 46 | 3 | 503 | 141 | 61 |
| Binary | 11111000 | 100 | 10011011 | 0 | 1100010 | 100110 | 11 | 101000011 | 1100001 | 110001 |
Color Harmonies of #F8049B
Complementary color
Monochromatic Colors of #F8049B
Black with #F8049B
Text Example
Text Example
White with #F8049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8049B; }
p { color: rgb(248,4,155); }
H1.HeaderClassName
{
color: #F8049B;
}
.AnyTagClassName
{
color: #F8049B;
}
</style>
background-color css
<style>
a { background-color: #F8049B; }
a { background-color: rgb(248,4,155); }
div.DivClassName
{
background-color: #F8049B;
}
.BgClassName
{
background-color: #F8049B;
}
</style>
border-color css
<style>
span { border-color: #F8049B; }
span { border-color: rgb(248,4,155); }
td.TdClassName
{
border-color: #F8049B;
}
.TagClassName
{
border-color: #F8049B;
}
</style>