Shades of Hollywood Cerise #F7059B
Tints of Hollywood Cerise #F7059B
RGB
CMYK
RGB Variations
Color information
#F7059B (or 0xF7059B) is known color: Hollywood Cerise. HEX triplet: F7, 05 and 9B. RGB value is (247,5,155). Sum of RGB (Red+Green+Blue) = 247+5+155=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7059B is #08FA64. Grayscale: #5E5E5E. Windows color (decimal): -588389 or 10159607. OLE color: 10159607.
HSL color Cylindrical-coordinate representation of color #F7059B: hue angle of 322.81º 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 #F7059B is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.03 |
| HSL | 322.81º | 0.96% | 0.49% | - |
| HSV(B) | 322.81º | 0.98% | 0.97% | - |
| XYZ | 44.33 | 22.25 | 32.97 | - |
| YUV | 94.46 | 162.17 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 155 | 0 | 0.98 | 0.37 | 0.03 | 322.81 | 0.96 | 0.49 |
| Hex | F7 | 5 | 9B | 0 | 62 | 25 | 3 | 143 | 60 | 31 |
| Octal | 367 | 5 | 233 | 0 | 142 | 45 | 3 | 503 | 140 | 61 |
| Binary | 11110111 | 101 | 10011011 | 0 | 1100010 | 100101 | 11 | 101000011 | 1100000 | 110001 |
Color Harmonies of #F7059B
Complementary color
Monochromatic Colors of #F7059B
Black with #F7059B
Text Example
Text Example
White with #F7059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7059B; }
p { color: rgb(247,5,155); }
H1.HeaderClassName
{
color: #F7059B;
}
.AnyTagClassName
{
color: #F7059B;
}
</style>
background-color css
<style>
a { background-color: #F7059B; }
a { background-color: rgb(247,5,155); }
div.DivClassName
{
background-color: #F7059B;
}
.BgClassName
{
background-color: #F7059B;
}
</style>
border-color css
<style>
span { border-color: #F7059B; }
span { border-color: rgb(247,5,155); }
td.TdClassName
{
border-color: #F7059B;
}
.TagClassName
{
border-color: #F7059B;
}
</style>