Shades of Hollywood Cerise #F4059C
Tints of Hollywood Cerise #F4059C
RGB
CMYK
RGB Variations
Color information
#F4059C (or 0xF4059C) is known color: Hollywood Cerise. HEX triplet: F4, 05 and 9C. RGB value is (244,5,156). Sum of RGB (Red+Green+Blue) = 244+5+156=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F4059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4059C is #0BFA63. Grayscale: #5D5D5D. Windows color (decimal): -784996 or 10225140. OLE color: 10225140.
HSL color Cylindrical-coordinate representation of color #F4059C: hue angle of 322.09º degrees, saturation: 0.96, 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 #F4059C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.04 |
| HSL | 322.09º | 0.96% | 0.49% | - |
| HSV(B) | 322.09º | 0.98% | 0.96% | - |
| XYZ | 43.36 | 21.74 | 33.36 | - |
| YUV | 93.68 | 163.18 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 156 | 0 | 0.98 | 0.36 | 0.04 | 322.09 | 0.96 | 0.49 |
| Hex | F4 | 5 | 9C | 0 | 62 | 24 | 4 | 142 | 60 | 31 |
| Octal | 364 | 5 | 234 | 0 | 142 | 44 | 4 | 502 | 140 | 61 |
| Binary | 11110100 | 101 | 10011100 | 0 | 1100010 | 100100 | 100 | 101000010 | 1100000 | 110001 |
Color Harmonies of #F4059C
Complementary color
Monochromatic Colors of #F4059C
Black with #F4059C
Text Example
Text Example
White with #F4059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4059C; }
p { color: rgb(244,5,156); }
H1.HeaderClassName
{
color: #F4059C;
}
.AnyTagClassName
{
color: #F4059C;
}
</style>
background-color css
<style>
a { background-color: #F4059C; }
a { background-color: rgb(244,5,156); }
div.DivClassName
{
background-color: #F4059C;
}
.BgClassName
{
background-color: #F4059C;
}
</style>
border-color css
<style>
span { border-color: #F4059C; }
span { border-color: rgb(244,5,156); }
td.TdClassName
{
border-color: #F4059C;
}
.TagClassName
{
border-color: #F4059C;
}
</style>