Shades of Hollywood Cerise #F5039D
Tints of Hollywood Cerise #F5039D
RGB
CMYK
RGB Variations
Color information
#F5039D (or 0xF5039D) is known color: Hollywood Cerise. HEX triplet: F5, 03 and 9D. RGB value is (245,3,157). Sum of RGB (Red+Green+Blue) = 245+3+157=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5039D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5039D is #0AFC62. Grayscale: #5C5C5C. Windows color (decimal): -719971 or 10290165. OLE color: 10290165.
HSL color Cylindrical-coordinate representation of color #F5039D: hue angle of 321.82º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5039D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.04 |
| HSL | 321.82º | 0.98% | 0.49% | - |
| HSV(B) | 321.82º | 0.99% | 0.96% | - |
| XYZ | 43.77 | 21.91 | 33.82 | - |
| YUV | 92.91 | 164.17 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 157 | 0 | 0.99 | 0.36 | 0.04 | 321.82 | 0.98 | 0.49 |
| Hex | F5 | 3 | 9D | 0 | 63 | 24 | 4 | 142 | 62 | 31 |
| Octal | 365 | 3 | 235 | 0 | 143 | 44 | 4 | 502 | 142 | 61 |
| Binary | 11110101 | 11 | 10011101 | 0 | 1100011 | 100100 | 100 | 101000010 | 1100010 | 110001 |
Color Harmonies of #F5039D
Complementary color
Monochromatic Colors of #F5039D
Black with #F5039D
Text Example
Text Example
White with #F5039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5039D; }
p { color: rgb(245,3,157); }
H1.HeaderClassName
{
color: #F5039D;
}
.AnyTagClassName
{
color: #F5039D;
}
</style>
background-color css
<style>
a { background-color: #F5039D; }
a { background-color: rgb(245,3,157); }
div.DivClassName
{
background-color: #F5039D;
}
.BgClassName
{
background-color: #F5039D;
}
</style>
border-color css
<style>
span { border-color: #F5039D; }
span { border-color: rgb(245,3,157); }
td.TdClassName
{
border-color: #F5039D;
}
.TagClassName
{
border-color: #F5039D;
}
</style>