Shades of Hollywood Cerise #F5009A
Tints of Hollywood Cerise #F5009A
RGB
CMYK
RGB Variations
Color information
#F5009A (or 0xF5009A) is known color: Hollywood Cerise. HEX triplet: F5, 00 and 9A. RGB value is (245,0,154). Sum of RGB (Red+Green+Blue) = 245+0+154=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F5009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5009A is #0AFF65. Grayscale: #5A5A5A. Windows color (decimal): -720742 or 10092789. OLE color: 10092789.
HSL color Cylindrical-coordinate representation of color #F5009A: hue angle of 322.29º 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 #F5009A is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.37 | 0.04 |
| HSL | 322.29º | 1% | 0.48% | - |
| HSV(B) | 322.29º | 1% | 0.96% | - |
| XYZ | 43.49 | 21.75 | 32.48 | - |
| YUV | 90.81 | 163.67 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 154 | 0 | 1 | 0.37 | 0.04 | 322.29 | 1 | 0.48 |
| Hex | F5 | 0 | 9A | 0 | 64 | 25 | 4 | 142 | 64 | 30 |
| Octal | 365 | 0 | 232 | 0 | 144 | 45 | 4 | 502 | 144 | 60 |
| Binary | 11110101 | 0 | 10011010 | 0 | 1100100 | 100101 | 100 | 101000010 | 1100100 | 110000 |
Color Harmonies of #F5009A
Complementary color
Monochromatic Colors of #F5009A
Black with #F5009A
Text Example
Text Example
White with #F5009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5009A; }
p { color: rgb(245,0,154); }
H1.HeaderClassName
{
color: #F5009A;
}
.AnyTagClassName
{
color: #F5009A;
}
</style>
background-color css
<style>
a { background-color: #F5009A; }
a { background-color: rgb(245,0,154); }
div.DivClassName
{
background-color: #F5009A;
}
.BgClassName
{
background-color: #F5009A;
}
</style>
border-color css
<style>
span { border-color: #F5009A; }
span { border-color: rgb(245,0,154); }
td.TdClassName
{
border-color: #F5009A;
}
.TagClassName
{
border-color: #F5009A;
}
</style>