Shades of Hollywood Cerise #F70798
Tints of Hollywood Cerise #F70798
RGB
CMYK
RGB Variations
Color information
#F70798 (or 0xF70798) is known color: Hollywood Cerise. HEX triplet: F7, 07 and 98. RGB value is (247,7,152). Sum of RGB (Red+Green+Blue) = 247+7+152=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F70798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70798 is #08F867. Grayscale: #5E5E5E. Windows color (decimal): -587880 or 9963511. OLE color: 9963511.
HSL color Cylindrical-coordinate representation of color #F70798: hue angle of 323.75º 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 #F70798 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.03 |
| HSL | 323.75º | 0.94% | 0.5% | - |
| HSV(B) | 323.75º | 0.97% | 0.97% | - |
| XYZ | 44.1 | 22.19 | 31.67 | - |
| YUV | 95.29 | 160.01 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 152 | 0 | 0.97 | 0.38 | 0.03 | 323.75 | 0.94 | 0.5 |
| Hex | F7 | 7 | 98 | 0 | 61 | 26 | 3 | 144 | 5E | 32 |
| Octal | 367 | 7 | 230 | 0 | 141 | 46 | 3 | 504 | 136 | 62 |
| Binary | 11110111 | 111 | 10011000 | 0 | 1100001 | 100110 | 11 | 101000100 | 1011110 | 110010 |
Color Harmonies of #F70798
Complementary color
Monochromatic Colors of #F70798
Black with #F70798
Text Example
Text Example
White with #F70798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70798; }
p { color: rgb(247,7,152); }
H1.HeaderClassName
{
color: #F70798;
}
.AnyTagClassName
{
color: #F70798;
}
</style>
background-color css
<style>
a { background-color: #F70798; }
a { background-color: rgb(247,7,152); }
div.DivClassName
{
background-color: #F70798;
}
.BgClassName
{
background-color: #F70798;
}
</style>
border-color css
<style>
span { border-color: #F70798; }
span { border-color: rgb(247,7,152); }
td.TdClassName
{
border-color: #F70798;
}
.TagClassName
{
border-color: #F70798;
}
</style>