Shades of Hollywood Cerise #F5008D
Tints of Hollywood Cerise #F5008D
RGB
CMYK
RGB Variations
Color information
#F5008D (or 0xF5008D) is known color: Hollywood Cerise. HEX triplet: F5, 00 and 8D. RGB value is (245,0,141). Sum of RGB (Red+Green+Blue) = 245+0+141=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5008D is #0AFF72. Grayscale: #595959. Windows color (decimal): -720755 or 9240821. OLE color: 9240821.
HSL color Cylindrical-coordinate representation of color #F5008D: hue angle of 325.47º 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 #F5008D is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.42 | 0.04 |
| HSL | 325.47º | 1% | 0.48% | - |
| HSV(B) | 325.47º | 1% | 0.96% | - |
| XYZ | 42.46 | 21.34 | 27.08 | - |
| YUV | 89.33 | 157.17 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 141 | 0 | 1 | 0.42 | 0.04 | 325.47 | 1 | 0.48 |
| Hex | F5 | 0 | 8D | 0 | 64 | 2A | 4 | 145 | 64 | 30 |
| Octal | 365 | 0 | 215 | 0 | 144 | 52 | 4 | 505 | 144 | 60 |
| Binary | 11110101 | 0 | 10001101 | 0 | 1100100 | 101010 | 100 | 101000101 | 1100100 | 110000 |
Color Harmonies of #F5008D
Complementary color
Monochromatic Colors of #F5008D
Black with #F5008D
Text Example
Text Example
White with #F5008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5008D; }
p { color: rgb(245,0,141); }
H1.HeaderClassName
{
color: #F5008D;
}
.AnyTagClassName
{
color: #F5008D;
}
</style>
background-color css
<style>
a { background-color: #F5008D; }
a { background-color: rgb(245,0,141); }
div.DivClassName
{
background-color: #F5008D;
}
.BgClassName
{
background-color: #F5008D;
}
</style>
border-color css
<style>
span { border-color: #F5008D; }
span { border-color: rgb(245,0,141); }
td.TdClassName
{
border-color: #F5008D;
}
.TagClassName
{
border-color: #F5008D;
}
</style>