Shades of Hollywood Cerise #F5079D
Tints of Hollywood Cerise #F5079D
RGB
CMYK
RGB Variations
Color information
#F5079D (or 0xF5079D) is known color: Hollywood Cerise. HEX triplet: F5, 07 and 9D. RGB value is (245,7,157). Sum of RGB (Red+Green+Blue) = 245+7+157=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5079D is #0AF862. Grayscale: #5E5E5E. Windows color (decimal): -718947 or 10291189. OLE color: 10291189.
HSL color Cylindrical-coordinate representation of color #F5079D: hue angle of 322.18º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5079D is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.04 |
| HSL | 322.18º | 0.94% | 0.49% | - |
| HSV(B) | 322.18º | 0.97% | 0.96% | - |
| XYZ | 43.82 | 22 | 33.84 | - |
| YUV | 95.26 | 162.85 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 157 | 0 | 0.97 | 0.36 | 0.04 | 322.18 | 0.94 | 0.49 |
| Hex | F5 | 7 | 9D | 0 | 61 | 24 | 4 | 142 | 5E | 31 |
| Octal | 365 | 7 | 235 | 0 | 141 | 44 | 4 | 502 | 136 | 61 |
| Binary | 11110101 | 111 | 10011101 | 0 | 1100001 | 100100 | 100 | 101000010 | 1011110 | 110001 |
Color Harmonies of #F5079D
Complementary color
Monochromatic Colors of #F5079D
Black with #F5079D
Text Example
Text Example
White with #F5079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5079D; }
p { color: rgb(245,7,157); }
H1.HeaderClassName
{
color: #F5079D;
}
.AnyTagClassName
{
color: #F5079D;
}
</style>
background-color css
<style>
a { background-color: #F5079D; }
a { background-color: rgb(245,7,157); }
div.DivClassName
{
background-color: #F5079D;
}
.BgClassName
{
background-color: #F5079D;
}
</style>
border-color css
<style>
span { border-color: #F5079D; }
span { border-color: rgb(245,7,157); }
td.TdClassName
{
border-color: #F5079D;
}
.TagClassName
{
border-color: #F5079D;
}
</style>