Shades of Hollywood Cerise #F70694
Tints of Hollywood Cerise #F70694
RGB
CMYK
RGB Variations
Color information
#F70694 (or 0xF70694) is known color: Hollywood Cerise. HEX triplet: F7, 06 and 94. RGB value is (247,6,148). Sum of RGB (Red+Green+Blue) = 247+6+148=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F70694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70694 is #08F96B. Grayscale: #5D5D5D. Windows color (decimal): -588140 or 9701111. OLE color: 9701111.
HSL color Cylindrical-coordinate representation of color #F70694: hue angle of 324.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 #F70694 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 148 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.03 |
| HSL | 324.65º | 0.95% | 0.5% | - |
| HSV(B) | 324.65º | 0.98% | 0.97% | - |
| XYZ | 43.77 | 22.04 | 29.96 | - |
| YUV | 94.25 | 158.34 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 148 | 0 | 0.98 | 0.40 | 0.03 | 324.65 | 0.95 | 0.5 |
| Hex | F7 | 6 | 94 | 0 | 62 | 28 | 3 | 145 | 5F | 32 |
| Octal | 367 | 6 | 224 | 0 | 142 | 50 | 3 | 505 | 137 | 62 |
| Binary | 11110111 | 110 | 10010100 | 0 | 1100010 | 101000 | 11 | 101000101 | 1011111 | 110010 |
Color Harmonies of #F70694
Complementary color
Monochromatic Colors of #F70694
Black with #F70694
Text Example
Text Example
White with #F70694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70694; }
p { color: rgb(247,6,148); }
H1.HeaderClassName
{
color: #F70694;
}
.AnyTagClassName
{
color: #F70694;
}
</style>
background-color css
<style>
a { background-color: #F70694; }
a { background-color: rgb(247,6,148); }
div.DivClassName
{
background-color: #F70694;
}
.BgClassName
{
background-color: #F70694;
}
</style>
border-color css
<style>
span { border-color: #F70694; }
span { border-color: rgb(247,6,148); }
td.TdClassName
{
border-color: #F70694;
}
.TagClassName
{
border-color: #F70694;
}
</style>