Shades of Hollywood Cerise #F4059A
Tints of Hollywood Cerise #F4059A
RGB
CMYK
RGB Variations
Color information
#F4059A (or 0xF4059A) is known color: Hollywood Cerise. HEX triplet: F4, 05 and 9A. RGB value is (244,5,154). Sum of RGB (Red+Green+Blue) = 244+5+154=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4059A is #0BFA65. Grayscale: #5D5D5D. Windows color (decimal): -784998 or 10094068. OLE color: 10094068.
HSL color Cylindrical-coordinate representation of color #F4059A: hue angle of 322.59º 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 #F4059A is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.04 |
| HSL | 322.59º | 0.96% | 0.49% | - |
| HSV(B) | 322.59º | 0.98% | 0.96% | - |
| XYZ | 43.2 | 21.67 | 32.48 | - |
| YUV | 93.45 | 162.18 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 154 | 0 | 0.98 | 0.37 | 0.04 | 322.59 | 0.96 | 0.49 |
| Hex | F4 | 5 | 9A | 0 | 62 | 25 | 4 | 143 | 60 | 31 |
| Octal | 364 | 5 | 232 | 0 | 142 | 45 | 4 | 503 | 140 | 61 |
| Binary | 11110100 | 101 | 10011010 | 0 | 1100010 | 100101 | 100 | 101000011 | 1100000 | 110001 |
Color Harmonies of #F4059A
Complementary color
Monochromatic Colors of #F4059A
Black with #F4059A
Text Example
Text Example
White with #F4059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4059A; }
p { color: rgb(244,5,154); }
H1.HeaderClassName
{
color: #F4059A;
}
.AnyTagClassName
{
color: #F4059A;
}
</style>
background-color css
<style>
a { background-color: #F4059A; }
a { background-color: rgb(244,5,154); }
div.DivClassName
{
background-color: #F4059A;
}
.BgClassName
{
background-color: #F4059A;
}
</style>
border-color css
<style>
span { border-color: #F4059A; }
span { border-color: rgb(244,5,154); }
td.TdClassName
{
border-color: #F4059A;
}
.TagClassName
{
border-color: #F4059A;
}
</style>