Shades of Hollywood Cerise #F7059D
Tints of Hollywood Cerise #F7059D
RGB
CMYK
RGB Variations
Color information
#F7059D (or 0xF7059D) is known color: Hollywood Cerise. HEX triplet: F7, 05 and 9D. RGB value is (247,5,157). Sum of RGB (Red+Green+Blue) = 247+5+157=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7059D is #08FA62. Grayscale: #5E5E5E. Windows color (decimal): -588387 or 10290679. OLE color: 10290679.
HSL color Cylindrical-coordinate representation of color #F7059D: hue angle of 322.31º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7059D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.03 |
| HSL | 322.31º | 0.96% | 0.49% | - |
| HSV(B) | 322.31º | 0.98% | 0.97% | - |
| XYZ | 44.5 | 22.32 | 33.86 | - |
| YUV | 94.69 | 163.17 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 157 | 0 | 0.98 | 0.36 | 0.03 | 322.31 | 0.96 | 0.49 |
| Hex | F7 | 5 | 9D | 0 | 62 | 24 | 3 | 142 | 60 | 31 |
| Octal | 367 | 5 | 235 | 0 | 142 | 44 | 3 | 502 | 140 | 61 |
| Binary | 11110111 | 101 | 10011101 | 0 | 1100010 | 100100 | 11 | 101000010 | 1100000 | 110001 |
Color Harmonies of #F7059D
Complementary color
Monochromatic Colors of #F7059D
Black with #F7059D
Text Example
Text Example
White with #F7059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7059D; }
p { color: rgb(247,5,157); }
H1.HeaderClassName
{
color: #F7059D;
}
.AnyTagClassName
{
color: #F7059D;
}
</style>
background-color css
<style>
a { background-color: #F7059D; }
a { background-color: rgb(247,5,157); }
div.DivClassName
{
background-color: #F7059D;
}
.BgClassName
{
background-color: #F7059D;
}
</style>
border-color css
<style>
span { border-color: #F7059D; }
span { border-color: rgb(247,5,157); }
td.TdClassName
{
border-color: #F7059D;
}
.TagClassName
{
border-color: #F7059D;
}
</style>