Shades of Hollywood Cerise #F0079C
Tints of Hollywood Cerise #F0079C
RGB
CMYK
RGB Variations
Color information
#F0079C (or 0xF0079C) is known color: Hollywood Cerise. HEX triplet: F0, 07 and 9C. RGB value is (240,7,156). Sum of RGB (Red+Green+Blue) = 240+7+156=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0079C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0079C is #0FF863. Grayscale: #5D5D5D. Windows color (decimal): -1046628 or 10225648. OLE color: 10225648.
HSL color Cylindrical-coordinate representation of color #F0079C: hue angle of 321.63º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0079C is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.06 |
| HSL | 321.63º | 0.94% | 0.48% | - |
| HSV(B) | 321.63º | 0.97% | 0.94% | - |
| XYZ | 42.01 | 21.08 | 33.31 | - |
| YUV | 93.65 | 163.19 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 156 | 0 | 0.97 | 0.35 | 0.06 | 321.63 | 0.94 | 0.48 |
| Hex | F0 | 7 | 9C | 0 | 61 | 23 | 6 | 142 | 5E | 30 |
| Octal | 360 | 7 | 234 | 0 | 141 | 43 | 6 | 502 | 136 | 60 |
| Binary | 11110000 | 111 | 10011100 | 0 | 1100001 | 100011 | 110 | 101000010 | 1011110 | 110000 |
Color Harmonies of #F0079C
Complementary color
Monochromatic Colors of #F0079C
Black with #F0079C
Text Example
Text Example
White with #F0079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0079C; }
p { color: rgb(240,7,156); }
H1.HeaderClassName
{
color: #F0079C;
}
.AnyTagClassName
{
color: #F0079C;
}
</style>
background-color css
<style>
a { background-color: #F0079C; }
a { background-color: rgb(240,7,156); }
div.DivClassName
{
background-color: #F0079C;
}
.BgClassName
{
background-color: #F0079C;
}
</style>
border-color css
<style>
span { border-color: #F0079C; }
span { border-color: rgb(240,7,156); }
td.TdClassName
{
border-color: #F0079C;
}
.TagClassName
{
border-color: #F0079C;
}
</style>