Shades of Hollywood Cerise #F0079A
Tints of Hollywood Cerise #F0079A
RGB
CMYK
RGB Variations
Color information
#F0079A (or 0xF0079A) is known color: Hollywood Cerise. HEX triplet: F0, 07 and 9A. RGB value is (240,7,154). Sum of RGB (Red+Green+Blue) = 240+7+154=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0079A is #0FF865. Grayscale: #5D5D5D. Windows color (decimal): -1046630 or 10094576. OLE color: 10094576.
HSL color Cylindrical-coordinate representation of color #F0079A: hue angle of 322.15º 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 #F0079A is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.06 |
| HSL | 322.15º | 0.94% | 0.48% | - |
| HSV(B) | 322.15º | 0.97% | 0.94% | - |
| XYZ | 41.84 | 21.01 | 32.42 | - |
| YUV | 93.43 | 162.19 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 154 | 0 | 0.97 | 0.36 | 0.06 | 322.15 | 0.94 | 0.48 |
| Hex | F0 | 7 | 9A | 0 | 61 | 24 | 6 | 142 | 5E | 30 |
| Octal | 360 | 7 | 232 | 0 | 141 | 44 | 6 | 502 | 136 | 60 |
| Binary | 11110000 | 111 | 10011010 | 0 | 1100001 | 100100 | 110 | 101000010 | 1011110 | 110000 |
Color Harmonies of #F0079A
Complementary color
Monochromatic Colors of #F0079A
Black with #F0079A
Text Example
Text Example
White with #F0079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0079A; }
p { color: rgb(240,7,154); }
H1.HeaderClassName
{
color: #F0079A;
}
.AnyTagClassName
{
color: #F0079A;
}
</style>
background-color css
<style>
a { background-color: #F0079A; }
a { background-color: rgb(240,7,154); }
div.DivClassName
{
background-color: #F0079A;
}
.BgClassName
{
background-color: #F0079A;
}
</style>
border-color css
<style>
span { border-color: #F0079A; }
span { border-color: rgb(240,7,154); }
td.TdClassName
{
border-color: #F0079A;
}
.TagClassName
{
border-color: #F0079A;
}
</style>