Shades of Hollywood Cerise #F5029D
Tints of Hollywood Cerise #F5029D
RGB
CMYK
RGB Variations
Color information
#F5029D (or 0xF5029D) is known color: Hollywood Cerise. HEX triplet: F5, 02 and 9D. RGB value is (245,2,157). Sum of RGB (Red+Green+Blue) = 245+2+157=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5029D is #0AFD62. Grayscale: #5B5B5B. Windows color (decimal): -720227 or 10289909. OLE color: 10289909.
HSL color Cylindrical-coordinate representation of color #F5029D: hue angle of 321.73º 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 #F5029D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.04 |
| HSL | 321.73º | 0.98% | 0.48% | - |
| HSV(B) | 321.73º | 0.99% | 0.96% | - |
| XYZ | 43.76 | 21.89 | 33.82 | - |
| YUV | 92.33 | 164.51 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 157 | 0 | 0.99 | 0.36 | 0.04 | 321.73 | 0.98 | 0.48 |
| Hex | F5 | 2 | 9D | 0 | 63 | 24 | 4 | 142 | 62 | 30 |
| Octal | 365 | 2 | 235 | 0 | 143 | 44 | 4 | 502 | 142 | 60 |
| Binary | 11110101 | 10 | 10011101 | 0 | 1100011 | 100100 | 100 | 101000010 | 1100010 | 110000 |
Color Harmonies of #F5029D
Complementary color
Monochromatic Colors of #F5029D
Black with #F5029D
Text Example
Text Example
White with #F5029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5029D; }
p { color: rgb(245,2,157); }
H1.HeaderClassName
{
color: #F5029D;
}
.AnyTagClassName
{
color: #F5029D;
}
</style>
background-color css
<style>
a { background-color: #F5029D; }
a { background-color: rgb(245,2,157); }
div.DivClassName
{
background-color: #F5029D;
}
.BgClassName
{
background-color: #F5029D;
}
</style>
border-color css
<style>
span { border-color: #F5029D; }
span { border-color: rgb(245,2,157); }
td.TdClassName
{
border-color: #F5029D;
}
.TagClassName
{
border-color: #F5029D;
}
</style>