Shades of Hollywood Cerise #F70698
Tints of Hollywood Cerise #F70698
RGB
CMYK
RGB Variations
Color information
#F70698 (or 0xF70698) is known color: Hollywood Cerise. HEX triplet: F7, 06 and 98. RGB value is (247,6,152). Sum of RGB (Red+Green+Blue) = 247+6+152=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F70698 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70698 is #08F967. Grayscale: #5E5E5E. Windows color (decimal): -588136 or 9963255. OLE color: 9963255.
HSL color Cylindrical-coordinate representation of color #F70698: hue angle of 323.65º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70698 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 152 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.03 |
| HSL | 323.65º | 0.95% | 0.5% | - |
| HSV(B) | 323.65º | 0.98% | 0.97% | - |
| XYZ | 44.09 | 22.17 | 31.66 | - |
| YUV | 94.7 | 160.34 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 152 | 0 | 0.98 | 0.38 | 0.03 | 323.65 | 0.95 | 0.5 |
| Hex | F7 | 6 | 98 | 0 | 62 | 26 | 3 | 144 | 5F | 32 |
| Octal | 367 | 6 | 230 | 0 | 142 | 46 | 3 | 504 | 137 | 62 |
| Binary | 11110111 | 110 | 10011000 | 0 | 1100010 | 100110 | 11 | 101000100 | 1011111 | 110010 |
Color Harmonies of #F70698
Complementary color
Monochromatic Colors of #F70698
Black with #F70698
Text Example
Text Example
White with #F70698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70698; }
p { color: rgb(247,6,152); }
H1.HeaderClassName
{
color: #F70698;
}
.AnyTagClassName
{
color: #F70698;
}
</style>
background-color css
<style>
a { background-color: #F70698; }
a { background-color: rgb(247,6,152); }
div.DivClassName
{
background-color: #F70698;
}
.BgClassName
{
background-color: #F70698;
}
</style>
border-color css
<style>
span { border-color: #F70698; }
span { border-color: rgb(247,6,152); }
td.TdClassName
{
border-color: #F70698;
}
.TagClassName
{
border-color: #F70698;
}
</style>