Shades of Hollywood Cerise #F0018C
Tints of Hollywood Cerise #F0018C
RGB
CMYK
RGB Variations
Color information
#F0018C (or 0xF0018C) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 8C. RGB value is (240,1,140). Sum of RGB (Red+Green+Blue) = 240+1+140=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0018C is #0FFE73. Grayscale: #575757. Windows color (decimal): -1048180 or 9175536. OLE color: 9175536.
HSL color Cylindrical-coordinate representation of color #F0018C: hue angle of 325.1º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0018C is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.06 |
| HSL | 325.1º | 0.99% | 0.47% | - |
| HSV(B) | 325.1º | 1% | 0.94% | - |
| XYZ | 40.68 | 20.44 | 26.61 | - |
| YUV | 88.31 | 157.18 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 140 | 0 | 1.00 | 0.42 | 0.06 | 325.1 | 0.99 | 0.47 |
| Hex | F0 | 1 | 8C | 0 | 64 | 2A | 6 | 145 | 63 | 2F |
| Octal | 360 | 1 | 214 | 0 | 144 | 52 | 6 | 505 | 143 | 57 |
| Binary | 11110000 | 1 | 10001100 | 0 | 1100100 | 101010 | 110 | 101000101 | 1100011 | 101111 |
Color Harmonies of #F0018C
Complementary color
Monochromatic Colors of #F0018C
Black with #F0018C
Text Example
Text Example
White with #F0018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0018C; }
p { color: rgb(240,1,140); }
H1.HeaderClassName
{
color: #F0018C;
}
.AnyTagClassName
{
color: #F0018C;
}
</style>
background-color css
<style>
a { background-color: #F0018C; }
a { background-color: rgb(240,1,140); }
div.DivClassName
{
background-color: #F0018C;
}
.BgClassName
{
background-color: #F0018C;
}
</style>
border-color css
<style>
span { border-color: #F0018C; }
span { border-color: rgb(240,1,140); }
td.TdClassName
{
border-color: #F0018C;
}
.TagClassName
{
border-color: #F0018C;
}
</style>