Shades of Hollywood Cerise #F70699
Tints of Hollywood Cerise #F70699
RGB
CMYK
RGB Variations
Color information
#F70699 (or 0xF70699) is known color: Hollywood Cerise. HEX triplet: F7, 06 and 99. RGB value is (247,6,153). Sum of RGB (Red+Green+Blue) = 247+6+153=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F70699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70699 is #08F966. Grayscale: #5E5E5E. Windows color (decimal): -588135 or 10028791. OLE color: 10028791.
HSL color Cylindrical-coordinate representation of color #F70699: hue angle of 323.4º 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 #F70699 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.03 |
| HSL | 323.4º | 0.95% | 0.5% | - |
| HSV(B) | 323.4º | 0.98% | 0.97% | - |
| XYZ | 44.17 | 22.2 | 32.09 | - |
| YUV | 94.82 | 160.84 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 153 | 0 | 0.98 | 0.38 | 0.03 | 323.4 | 0.95 | 0.5 |
| Hex | F7 | 6 | 99 | 0 | 62 | 26 | 3 | 143 | 5F | 32 |
| Octal | 367 | 6 | 231 | 0 | 142 | 46 | 3 | 503 | 137 | 62 |
| Binary | 11110111 | 110 | 10011001 | 0 | 1100010 | 100110 | 11 | 101000011 | 1011111 | 110010 |
Color Harmonies of #F70699
Complementary color
Monochromatic Colors of #F70699
Black with #F70699
Text Example
Text Example
White with #F70699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70699; }
p { color: rgb(247,6,153); }
H1.HeaderClassName
{
color: #F70699;
}
.AnyTagClassName
{
color: #F70699;
}
</style>
background-color css
<style>
a { background-color: #F70699; }
a { background-color: rgb(247,6,153); }
div.DivClassName
{
background-color: #F70699;
}
.BgClassName
{
background-color: #F70699;
}
</style>
border-color css
<style>
span { border-color: #F70699; }
span { border-color: rgb(247,6,153); }
td.TdClassName
{
border-color: #F70699;
}
.TagClassName
{
border-color: #F70699;
}
</style>