Shades of Hollywood Cerise #F9049C
Tints of Hollywood Cerise #F9049C
RGB
CMYK
RGB Variations
Color information
#F9049C (or 0xF9049C) is known color: Hollywood Cerise. HEX triplet: F9, 04 and 9C. RGB value is (249,4,156). Sum of RGB (Red+Green+Blue) = 249+4+156=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9049C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9049C is #06FB63. Grayscale: #5E5E5E. Windows color (decimal): -457572 or 10224889. OLE color: 10224889.
HSL color Cylindrical-coordinate representation of color #F9049C: hue angle of 322.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9049C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.02 |
| HSL | 322.78º | 0.97% | 0.5% | - |
| HSV(B) | 322.78º | 0.98% | 0.98% | - |
| XYZ | 45.11 | 22.63 | 33.44 | - |
| YUV | 94.58 | 162.67 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 156 | 0 | 0.98 | 0.37 | 0.02 | 322.78 | 0.97 | 0.5 |
| Hex | F9 | 4 | 9C | 0 | 62 | 25 | 2 | 143 | 61 | 32 |
| Octal | 371 | 4 | 234 | 0 | 142 | 45 | 2 | 503 | 141 | 62 |
| Binary | 11111001 | 100 | 10011100 | 0 | 1100010 | 100101 | 10 | 101000011 | 1100001 | 110010 |
Color Harmonies of #F9049C
Complementary color
Monochromatic Colors of #F9049C
Black with #F9049C
Text Example
Text Example
White with #F9049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9049C; }
p { color: rgb(249,4,156); }
H1.HeaderClassName
{
color: #F9049C;
}
.AnyTagClassName
{
color: #F9049C;
}
</style>
background-color css
<style>
a { background-color: #F9049C; }
a { background-color: rgb(249,4,156); }
div.DivClassName
{
background-color: #F9049C;
}
.BgClassName
{
background-color: #F9049C;
}
</style>
border-color css
<style>
span { border-color: #F9049C; }
span { border-color: rgb(249,4,156); }
td.TdClassName
{
border-color: #F9049C;
}
.TagClassName
{
border-color: #F9049C;
}
</style>