Shades of Hollywood Cerise #F5029E
Tints of Hollywood Cerise #F5029E
RGB
CMYK
RGB Variations
Color information
#F5029E (or 0xF5029E) is known color: Hollywood Cerise. HEX triplet: F5, 02 and 9E. RGB value is (245,2,158). Sum of RGB (Red+Green+Blue) = 245+2+158=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5029E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5029E is #0AFD61. Grayscale: #5C5C5C. Windows color (decimal): -720226 or 10355445. OLE color: 10355445.
HSL color Cylindrical-coordinate representation of color #F5029E: hue angle of 321.48º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5029E is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.04 |
| HSL | 321.48º | 0.98% | 0.48% | - |
| HSV(B) | 321.48º | 0.99% | 0.96% | - |
| XYZ | 43.85 | 21.92 | 34.27 | - |
| YUV | 92.44 | 165.01 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 158 | 0 | 0.99 | 0.36 | 0.04 | 321.48 | 0.98 | 0.48 |
| Hex | F5 | 2 | 9E | 0 | 63 | 24 | 4 | 141 | 62 | 30 |
| Octal | 365 | 2 | 236 | 0 | 143 | 44 | 4 | 501 | 142 | 60 |
| Binary | 11110101 | 10 | 10011110 | 0 | 1100011 | 100100 | 100 | 101000001 | 1100010 | 110000 |
Color Harmonies of #F5029E
Complementary color
Monochromatic Colors of #F5029E
Black with #F5029E
Text Example
Text Example
White with #F5029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5029E; }
p { color: rgb(245,2,158); }
H1.HeaderClassName
{
color: #F5029E;
}
.AnyTagClassName
{
color: #F5029E;
}
</style>
background-color css
<style>
a { background-color: #F5029E; }
a { background-color: rgb(245,2,158); }
div.DivClassName
{
background-color: #F5029E;
}
.BgClassName
{
background-color: #F5029E;
}
</style>
border-color css
<style>
span { border-color: #F5029E; }
span { border-color: rgb(245,2,158); }
td.TdClassName
{
border-color: #F5029E;
}
.TagClassName
{
border-color: #F5029E;
}
</style>