Shades of Hollywood Cerise #F2079D
Tints of Hollywood Cerise #F2079D
RGB
CMYK
RGB Variations
Color information
#F2079D (or 0xF2079D) is known color: Hollywood Cerise. HEX triplet: F2, 07 and 9D. RGB value is (242,7,157). Sum of RGB (Red+Green+Blue) = 242+7+157=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2079D is #0DF862. Grayscale: #5D5D5D. Windows color (decimal): -915555 or 10291186. OLE color: 10291186.
HSL color Cylindrical-coordinate representation of color #F2079D: hue angle of 321.7º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2079D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.05 |
| HSL | 321.7º | 0.94% | 0.49% | - |
| HSV(B) | 321.7º | 0.97% | 0.95% | - |
| XYZ | 42.78 | 21.46 | 33.79 | - |
| YUV | 94.37 | 163.36 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 157 | 0 | 0.97 | 0.35 | 0.05 | 321.7 | 0.94 | 0.49 |
| Hex | F2 | 7 | 9D | 0 | 61 | 23 | 5 | 142 | 5E | 31 |
| Octal | 362 | 7 | 235 | 0 | 141 | 43 | 5 | 502 | 136 | 61 |
| Binary | 11110010 | 111 | 10011101 | 0 | 1100001 | 100011 | 101 | 101000010 | 1011110 | 110001 |
Color Harmonies of #F2079D
Complementary color
Monochromatic Colors of #F2079D
Black with #F2079D
Text Example
Text Example
White with #F2079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2079D; }
p { color: rgb(242,7,157); }
H1.HeaderClassName
{
color: #F2079D;
}
.AnyTagClassName
{
color: #F2079D;
}
</style>
background-color css
<style>
a { background-color: #F2079D; }
a { background-color: rgb(242,7,157); }
div.DivClassName
{
background-color: #F2079D;
}
.BgClassName
{
background-color: #F2079D;
}
</style>
border-color css
<style>
span { border-color: #F2079D; }
span { border-color: rgb(242,7,157); }
td.TdClassName
{
border-color: #F2079D;
}
.TagClassName
{
border-color: #F2079D;
}
</style>