Shades of Hollywood Cerise #F70799
Tints of Hollywood Cerise #F70799
RGB
CMYK
RGB Variations
Color information
#F70799 (or 0xF70799) is known color: Hollywood Cerise. HEX triplet: F7, 07 and 99. RGB value is (247,7,153). Sum of RGB (Red+Green+Blue) = 247+7+153=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F70799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70799 is #08F866. Grayscale: #5F5F5F. Windows color (decimal): -587879 or 10029047. OLE color: 10029047.
HSL color Cylindrical-coordinate representation of color #F70799: hue angle of 323.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70799 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 153 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.03 |
| HSL | 323.5º | 0.94% | 0.5% | - |
| HSV(B) | 323.5º | 0.97% | 0.97% | - |
| XYZ | 44.18 | 22.23 | 32.1 | - |
| YUV | 95.4 | 160.51 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 153 | 0 | 0.97 | 0.38 | 0.03 | 323.5 | 0.94 | 0.5 |
| Hex | F7 | 7 | 99 | 0 | 61 | 26 | 3 | 144 | 5E | 32 |
| Octal | 367 | 7 | 231 | 0 | 141 | 46 | 3 | 504 | 136 | 62 |
| Binary | 11110111 | 111 | 10011001 | 0 | 1100001 | 100110 | 11 | 101000100 | 1011110 | 110010 |
Color Harmonies of #F70799
Complementary color
Monochromatic Colors of #F70799
Black with #F70799
Text Example
Text Example
White with #F70799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70799; }
p { color: rgb(247,7,153); }
H1.HeaderClassName
{
color: #F70799;
}
.AnyTagClassName
{
color: #F70799;
}
</style>
background-color css
<style>
a { background-color: #F70799; }
a { background-color: rgb(247,7,153); }
div.DivClassName
{
background-color: #F70799;
}
.BgClassName
{
background-color: #F70799;
}
</style>
border-color css
<style>
span { border-color: #F70799; }
span { border-color: rgb(247,7,153); }
td.TdClassName
{
border-color: #F70799;
}
.TagClassName
{
border-color: #F70799;
}
</style>