Shades of Hollywood Cerise #F5059B
Tints of Hollywood Cerise #F5059B
RGB
CMYK
RGB Variations
Color information
#F5059B (or 0xF5059B) is known color: Hollywood Cerise. HEX triplet: F5, 05 and 9B. RGB value is (245,5,155). Sum of RGB (Red+Green+Blue) = 245+5+155=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5059B is #0AFA64. Grayscale: #5D5D5D. Windows color (decimal): -719461 or 10159605. OLE color: 10159605.
HSL color Cylindrical-coordinate representation of color #F5059B: hue angle of 322.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 #F5059B is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.04 |
| HSL | 322.5º | 0.96% | 0.49% | - |
| HSV(B) | 322.5º | 0.98% | 0.96% | - |
| XYZ | 43.63 | 21.89 | 32.94 | - |
| YUV | 93.86 | 162.51 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 155 | 0 | 0.98 | 0.37 | 0.04 | 322.5 | 0.96 | 0.49 |
| Hex | F5 | 5 | 9B | 0 | 62 | 25 | 4 | 142 | 60 | 31 |
| Octal | 365 | 5 | 233 | 0 | 142 | 45 | 4 | 502 | 140 | 61 |
| Binary | 11110101 | 101 | 10011011 | 0 | 1100010 | 100101 | 100 | 101000010 | 1100000 | 110001 |
Color Harmonies of #F5059B
Complementary color
Monochromatic Colors of #F5059B
Black with #F5059B
Text Example
Text Example
White with #F5059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5059B; }
p { color: rgb(245,5,155); }
H1.HeaderClassName
{
color: #F5059B;
}
.AnyTagClassName
{
color: #F5059B;
}
</style>
background-color css
<style>
a { background-color: #F5059B; }
a { background-color: rgb(245,5,155); }
div.DivClassName
{
background-color: #F5059B;
}
.BgClassName
{
background-color: #F5059B;
}
</style>
border-color css
<style>
span { border-color: #F5059B; }
span { border-color: rgb(245,5,155); }
td.TdClassName
{
border-color: #F5059B;
}
.TagClassName
{
border-color: #F5059B;
}
</style>