Shades of Hollywood Cerise #F5018C
Tints of Hollywood Cerise #F5018C
RGB
CMYK
RGB Variations
Color information
#F5018C (or 0xF5018C) is known color: Hollywood Cerise. HEX triplet: F5, 01 and 8C. RGB value is (245,1,140). Sum of RGB (Red+Green+Blue) = 245+1+140=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5018C is #0AFE73. Grayscale: #595959. Windows color (decimal): -720500 or 9175541. OLE color: 9175541.
HSL color Cylindrical-coordinate representation of color #F5018C: hue angle of 325.82º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5018C is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.04 |
| HSL | 325.82º | 0.99% | 0.48% | - |
| HSV(B) | 325.82º | 1% | 0.96% | - |
| XYZ | 42.4 | 21.33 | 26.69 | - |
| YUV | 89.8 | 156.34 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 140 | 0 | 1.00 | 0.43 | 0.04 | 325.82 | 0.99 | 0.48 |
| Hex | F5 | 1 | 8C | 0 | 64 | 2B | 4 | 146 | 63 | 30 |
| Octal | 365 | 1 | 214 | 0 | 144 | 53 | 4 | 506 | 143 | 60 |
| Binary | 11110101 | 1 | 10001100 | 0 | 1100100 | 101011 | 100 | 101000110 | 1100011 | 110000 |
Color Harmonies of #F5018C
Complementary color
Monochromatic Colors of #F5018C
Black with #F5018C
Text Example
Text Example
White with #F5018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5018C; }
p { color: rgb(245,1,140); }
H1.HeaderClassName
{
color: #F5018C;
}
.AnyTagClassName
{
color: #F5018C;
}
</style>
background-color css
<style>
a { background-color: #F5018C; }
a { background-color: rgb(245,1,140); }
div.DivClassName
{
background-color: #F5018C;
}
.BgClassName
{
background-color: #F5018C;
}
</style>
border-color css
<style>
span { border-color: #F5018C; }
span { border-color: rgb(245,1,140); }
td.TdClassName
{
border-color: #F5018C;
}
.TagClassName
{
border-color: #F5018C;
}
</style>