Shades of Hollywood Cerise #F4069C
Tints of Hollywood Cerise #F4069C
RGB
CMYK
RGB Variations
Color information
#F4069C (or 0xF4069C) is known color: Hollywood Cerise. HEX triplet: F4, 06 and 9C. RGB value is (244,6,156). Sum of RGB (Red+Green+Blue) = 244+6+156=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4069C is #0BF963. Grayscale: #5D5D5D. Windows color (decimal): -784740 or 10225396. OLE color: 10225396.
HSL color Cylindrical-coordinate representation of color #F4069C: hue angle of 322.18º degrees, saturation: 0.95, 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 #F4069C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 156 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.04 |
| HSL | 322.18º | 0.95% | 0.49% | - |
| HSV(B) | 322.18º | 0.98% | 0.96% | - |
| XYZ | 43.37 | 21.76 | 33.37 | - |
| YUV | 94.26 | 162.85 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 156 | 0 | 0.98 | 0.36 | 0.04 | 322.18 | 0.95 | 0.49 |
| Hex | F4 | 6 | 9C | 0 | 62 | 24 | 4 | 142 | 5F | 31 |
| Octal | 364 | 6 | 234 | 0 | 142 | 44 | 4 | 502 | 137 | 61 |
| Binary | 11110100 | 110 | 10011100 | 0 | 1100010 | 100100 | 100 | 101000010 | 1011111 | 110001 |
Color Harmonies of #F4069C
Complementary color
Monochromatic Colors of #F4069C
Black with #F4069C
Text Example
Text Example
White with #F4069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4069C; }
p { color: rgb(244,6,156); }
H1.HeaderClassName
{
color: #F4069C;
}
.AnyTagClassName
{
color: #F4069C;
}
</style>
background-color css
<style>
a { background-color: #F4069C; }
a { background-color: rgb(244,6,156); }
div.DivClassName
{
background-color: #F4069C;
}
.BgClassName
{
background-color: #F4069C;
}
</style>
border-color css
<style>
span { border-color: #F4069C; }
span { border-color: rgb(244,6,156); }
td.TdClassName
{
border-color: #F4069C;
}
.TagClassName
{
border-color: #F4069C;
}
</style>