Shades of Hollywood Cerise #F70796
Tints of Hollywood Cerise #F70796
RGB
CMYK
RGB Variations
Color information
#F70796 (or 0xF70796) is known color: Hollywood Cerise. HEX triplet: F7, 07 and 96. RGB value is (247,7,150). Sum of RGB (Red+Green+Blue) = 247+7+150=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F70796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70796 is #08F869. Grayscale: #5E5E5E. Windows color (decimal): -587882 or 9832439. OLE color: 9832439.
HSL color Cylindrical-coordinate representation of color #F70796: hue angle of 324.25º 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 #F70796 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.03 |
| HSL | 324.25º | 0.94% | 0.5% | - |
| HSV(B) | 324.25º | 0.97% | 0.97% | - |
| XYZ | 43.94 | 22.13 | 30.81 | - |
| YUV | 95.06 | 159.01 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 150 | 0 | 0.97 | 0.39 | 0.03 | 324.25 | 0.94 | 0.5 |
| Hex | F7 | 7 | 96 | 0 | 61 | 27 | 3 | 144 | 5E | 32 |
| Octal | 367 | 7 | 226 | 0 | 141 | 47 | 3 | 504 | 136 | 62 |
| Binary | 11110111 | 111 | 10010110 | 0 | 1100001 | 100111 | 11 | 101000100 | 1011110 | 110010 |
Color Harmonies of #F70796
Complementary color
Monochromatic Colors of #F70796
Black with #F70796
Text Example
Text Example
White with #F70796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70796; }
p { color: rgb(247,7,150); }
H1.HeaderClassName
{
color: #F70796;
}
.AnyTagClassName
{
color: #F70796;
}
</style>
background-color css
<style>
a { background-color: #F70796; }
a { background-color: rgb(247,7,150); }
div.DivClassName
{
background-color: #F70796;
}
.BgClassName
{
background-color: #F70796;
}
</style>
border-color css
<style>
span { border-color: #F70796; }
span { border-color: rgb(247,7,150); }
td.TdClassName
{
border-color: #F70796;
}
.TagClassName
{
border-color: #F70796;
}
</style>