Shades of Hollywood Cerise #F5009E
Tints of Hollywood Cerise #F5009E
RGB
CMYK
RGB Variations
Color information
#F5009E (or 0xF5009E) is known color: Hollywood Cerise. HEX triplet: F5, 00 and 9E. RGB value is (245,0,158). Sum of RGB (Red+Green+Blue) = 245+0+158=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5009E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5009E is #0AFF61. Grayscale: #5A5A5A. Windows color (decimal): -720738 or 10354933. OLE color: 10354933.
HSL color Cylindrical-coordinate representation of color #F5009E: hue angle of 321.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5009E is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.36 | 0.04 |
| HSL | 321.31º | 1% | 0.48% | - |
| HSV(B) | 321.31º | 1% | 0.96% | - |
| XYZ | 43.83 | 21.88 | 34.26 | - |
| YUV | 91.27 | 165.67 | 237.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 158 | 0 | 1 | 0.36 | 0.04 | 321.31 | 1 | 0.48 |
| Hex | F5 | 0 | 9E | 0 | 64 | 24 | 4 | 141 | 64 | 30 |
| Octal | 365 | 0 | 236 | 0 | 144 | 44 | 4 | 501 | 144 | 60 |
| Binary | 11110101 | 0 | 10011110 | 0 | 1100100 | 100100 | 100 | 101000001 | 1100100 | 110000 |
Color Harmonies of #F5009E
Complementary color
Monochromatic Colors of #F5009E
Black with #F5009E
Text Example
Text Example
White with #F5009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5009E; }
p { color: rgb(245,0,158); }
H1.HeaderClassName
{
color: #F5009E;
}
.AnyTagClassName
{
color: #F5009E;
}
</style>
background-color css
<style>
a { background-color: #F5009E; }
a { background-color: rgb(245,0,158); }
div.DivClassName
{
background-color: #F5009E;
}
.BgClassName
{
background-color: #F5009E;
}
</style>
border-color css
<style>
span { border-color: #F5009E; }
span { border-color: rgb(245,0,158); }
td.TdClassName
{
border-color: #F5009E;
}
.TagClassName
{
border-color: #F5009E;
}
</style>