Shades of Hollywood Cerise #F4009C
Tints of Hollywood Cerise #F4009C
RGB
CMYK
RGB Variations
Color information
#F4009C (or 0xF4009C) is known color: Hollywood Cerise. HEX triplet: F4, 00 and 9C. RGB value is (244,0,156). Sum of RGB (Red+Green+Blue) = 244+0+156=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4009C is #0BFF63. Grayscale: #5A5A5A. Windows color (decimal): -786276 or 10223860. OLE color: 10223860.
HSL color Cylindrical-coordinate representation of color #F4009C: hue angle of 321.64º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4009C is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.36 | 0.04 |
| HSL | 321.64º | 1% | 0.48% | - |
| HSV(B) | 321.64º | 1% | 0.96% | - |
| XYZ | 43.31 | 21.63 | 33.35 | - |
| YUV | 90.74 | 164.84 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 156 | 0 | 1 | 0.36 | 0.04 | 321.64 | 1 | 0.48 |
| Hex | F4 | 0 | 9C | 0 | 64 | 24 | 4 | 142 | 64 | 30 |
| Octal | 364 | 0 | 234 | 0 | 144 | 44 | 4 | 502 | 144 | 60 |
| Binary | 11110100 | 0 | 10011100 | 0 | 1100100 | 100100 | 100 | 101000010 | 1100100 | 110000 |
Color Harmonies of #F4009C
Complementary color
Monochromatic Colors of #F4009C
Black with #F4009C
Text Example
Text Example
White with #F4009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4009C; }
p { color: rgb(244,0,156); }
H1.HeaderClassName
{
color: #F4009C;
}
.AnyTagClassName
{
color: #F4009C;
}
</style>
background-color css
<style>
a { background-color: #F4009C; }
a { background-color: rgb(244,0,156); }
div.DivClassName
{
background-color: #F4009C;
}
.BgClassName
{
background-color: #F4009C;
}
</style>
border-color css
<style>
span { border-color: #F4009C; }
span { border-color: rgb(244,0,156); }
td.TdClassName
{
border-color: #F4009C;
}
.TagClassName
{
border-color: #F4009C;
}
</style>