Shades of Hollywood Cerise #F5099D
Tints of Hollywood Cerise #F5099D
RGB
CMYK
RGB Variations
Color information
#F5099D (or 0xF5099D) is known color: Hollywood Cerise. HEX triplet: F5, 09 and 9D. RGB value is (245,9,157). Sum of RGB (Red+Green+Blue) = 245+9+157=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F5099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5099D is #0AF662. Grayscale: #606060. Windows color (decimal): -718435 or 10291701. OLE color: 10291701.
HSL color Cylindrical-coordinate representation of color #F5099D: hue angle of 322.37º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5099D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.04 |
| HSL | 322.37º | 0.93% | 0.5% | - |
| HSV(B) | 322.37º | 0.96% | 0.96% | - |
| XYZ | 43.84 | 22.04 | 33.84 | - |
| YUV | 96.44 | 162.19 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 157 | 0 | 0.96 | 0.36 | 0.04 | 322.37 | 0.93 | 0.5 |
| Hex | F5 | 9 | 9D | 0 | 60 | 24 | 4 | 142 | 5D | 32 |
| Octal | 365 | 11 | 235 | 0 | 140 | 44 | 4 | 502 | 135 | 62 |
| Binary | 11110101 | 1001 | 10011101 | 0 | 1100000 | 100100 | 100 | 101000010 | 1011101 | 110010 |
Color Harmonies of #F5099D
Complementary color
Monochromatic Colors of #F5099D
Black with #F5099D
Text Example
Text Example
White with #F5099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5099D; }
p { color: rgb(245,9,157); }
H1.HeaderClassName
{
color: #F5099D;
}
.AnyTagClassName
{
color: #F5099D;
}
</style>
background-color css
<style>
a { background-color: #F5099D; }
a { background-color: rgb(245,9,157); }
div.DivClassName
{
background-color: #F5099D;
}
.BgClassName
{
background-color: #F5099D;
}
</style>
border-color css
<style>
span { border-color: #F5099D; }
span { border-color: rgb(245,9,157); }
td.TdClassName
{
border-color: #F5099D;
}
.TagClassName
{
border-color: #F5099D;
}
</style>