Shades of Hollywood Cerise #F5049D
Tints of Hollywood Cerise #F5049D
RGB
CMYK
RGB Variations
Color information
#F5049D (or 0xF5049D) is known color: Hollywood Cerise. HEX triplet: F5, 04 and 9D. RGB value is (245,4,157). Sum of RGB (Red+Green+Blue) = 245+4+157=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5049D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5049D is #0AFB62. Grayscale: #5D5D5D. Windows color (decimal): -719715 or 10290421. OLE color: 10290421.
HSL color Cylindrical-coordinate representation of color #F5049D: hue angle of 321.91º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5049D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.04 |
| HSL | 321.91º | 0.97% | 0.49% | - |
| HSV(B) | 321.91º | 0.98% | 0.96% | - |
| XYZ | 43.79 | 21.93 | 33.82 | - |
| YUV | 93.5 | 163.84 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 157 | 0 | 0.98 | 0.36 | 0.04 | 321.91 | 0.97 | 0.49 |
| Hex | F5 | 4 | 9D | 0 | 62 | 24 | 4 | 142 | 61 | 31 |
| Octal | 365 | 4 | 235 | 0 | 142 | 44 | 4 | 502 | 141 | 61 |
| Binary | 11110101 | 100 | 10011101 | 0 | 1100010 | 100100 | 100 | 101000010 | 1100001 | 110001 |
Color Harmonies of #F5049D
Complementary color
Monochromatic Colors of #F5049D
Black with #F5049D
Text Example
Text Example
White with #F5049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5049D; }
p { color: rgb(245,4,157); }
H1.HeaderClassName
{
color: #F5049D;
}
.AnyTagClassName
{
color: #F5049D;
}
</style>
background-color css
<style>
a { background-color: #F5049D; }
a { background-color: rgb(245,4,157); }
div.DivClassName
{
background-color: #F5049D;
}
.BgClassName
{
background-color: #F5049D;
}
</style>
border-color css
<style>
span { border-color: #F5049D; }
span { border-color: rgb(245,4,157); }
td.TdClassName
{
border-color: #F5049D;
}
.TagClassName
{
border-color: #F5049D;
}
</style>