Shades of Hollywood Cerise #F7079F
Tints of Hollywood Cerise #F7079F
RGB
CMYK
RGB Variations
Color information
#F7079F (or 0xF7079F) is known color: Hollywood Cerise. HEX triplet: F7, 07 and 9F. RGB value is (247,7,159). Sum of RGB (Red+Green+Blue) = 247+7+159=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F7079F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7079F is #08F860. Grayscale: #5F5F5F. Windows color (decimal): -587873 or 10422263. OLE color: 10422263.
HSL color Cylindrical-coordinate representation of color #F7079F: hue angle of 322º 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 #F7079F is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.03 |
| HSL | 322º | 0.94% | 0.5% | - |
| HSV(B) | 322º | 0.97% | 0.97% | - |
| XYZ | 44.69 | 22.43 | 34.77 | - |
| YUV | 96.09 | 163.51 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 159 | 0 | 0.97 | 0.36 | 0.03 | 322 | 0.94 | 0.5 |
| Hex | F7 | 7 | 9F | 0 | 61 | 24 | 3 | 142 | 5E | 32 |
| Octal | 367 | 7 | 237 | 0 | 141 | 44 | 3 | 502 | 136 | 62 |
| Binary | 11110111 | 111 | 10011111 | 0 | 1100001 | 100100 | 11 | 101000010 | 1011110 | 110010 |
Color Harmonies of #F7079F
Complementary color
Monochromatic Colors of #F7079F
Black with #F7079F
Text Example
Text Example
White with #F7079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7079F; }
p { color: rgb(247,7,159); }
H1.HeaderClassName
{
color: #F7079F;
}
.AnyTagClassName
{
color: #F7079F;
}
</style>
background-color css
<style>
a { background-color: #F7079F; }
a { background-color: rgb(247,7,159); }
div.DivClassName
{
background-color: #F7079F;
}
.BgClassName
{
background-color: #F7079F;
}
</style>
border-color css
<style>
span { border-color: #F7079F; }
span { border-color: rgb(247,7,159); }
td.TdClassName
{
border-color: #F7079F;
}
.TagClassName
{
border-color: #F7079F;
}
</style>