Shades of Hollywood Cerise #F5059F
Tints of Hollywood Cerise #F5059F
RGB
CMYK
RGB Variations
Color information
#F5059F (or 0xF5059F) is known color: Hollywood Cerise. HEX triplet: F5, 05 and 9F. RGB value is (245,5,159). Sum of RGB (Red+Green+Blue) = 245+5+159=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5059F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5059F is #0AFA60. Grayscale: #5D5D5D. Windows color (decimal): -719457 or 10421749. OLE color: 10421749.
HSL color Cylindrical-coordinate representation of color #F5059F: hue angle of 321.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5059F is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 159 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.04 |
| HSL | 321.5º | 0.96% | 0.49% | - |
| HSV(B) | 321.5º | 0.98% | 0.96% | - |
| XYZ | 43.97 | 22.02 | 34.73 | - |
| YUV | 94.32 | 164.51 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 159 | 0 | 0.98 | 0.35 | 0.04 | 321.5 | 0.96 | 0.49 |
| Hex | F5 | 5 | 9F | 0 | 62 | 23 | 4 | 142 | 60 | 31 |
| Octal | 365 | 5 | 237 | 0 | 142 | 43 | 4 | 502 | 140 | 61 |
| Binary | 11110101 | 101 | 10011111 | 0 | 1100010 | 100011 | 100 | 101000010 | 1100000 | 110001 |
Color Harmonies of #F5059F
Complementary color
Monochromatic Colors of #F5059F
Black with #F5059F
Text Example
Text Example
White with #F5059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5059F; }
p { color: rgb(245,5,159); }
H1.HeaderClassName
{
color: #F5059F;
}
.AnyTagClassName
{
color: #F5059F;
}
</style>
background-color css
<style>
a { background-color: #F5059F; }
a { background-color: rgb(245,5,159); }
div.DivClassName
{
background-color: #F5059F;
}
.BgClassName
{
background-color: #F5059F;
}
</style>
border-color css
<style>
span { border-color: #F5059F; }
span { border-color: rgb(245,5,159); }
td.TdClassName
{
border-color: #F5059F;
}
.TagClassName
{
border-color: #F5059F;
}
</style>