Shades of Hollywood Cerise #F0019D
Tints of Hollywood Cerise #F0019D
RGB
CMYK
RGB Variations
Color information
#F0019D (or 0xF0019D) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 9D. RGB value is (240,1,157). Sum of RGB (Red+Green+Blue) = 240+1+157=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0019D is #0FFE62. Grayscale: #595959. Windows color (decimal): -1048163 or 10289648. OLE color: 10289648.
HSL color Cylindrical-coordinate representation of color #F0019D: hue angle of 320.84º 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 #F0019D is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.06 |
| HSL | 320.84º | 0.99% | 0.47% | - |
| HSV(B) | 320.84º | 1% | 0.94% | - |
| XYZ | 42.03 | 20.98 | 33.73 | - |
| YUV | 90.25 | 165.68 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 157 | 0 | 1.00 | 0.35 | 0.06 | 320.84 | 0.99 | 0.47 |
| Hex | F0 | 1 | 9D | 0 | 64 | 23 | 6 | 141 | 63 | 2F |
| Octal | 360 | 1 | 235 | 0 | 144 | 43 | 6 | 501 | 143 | 57 |
| Binary | 11110000 | 1 | 10011101 | 0 | 1100100 | 100011 | 110 | 101000001 | 1100011 | 101111 |
Color Harmonies of #F0019D
Complementary color
Monochromatic Colors of #F0019D
Black with #F0019D
Text Example
Text Example
White with #F0019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0019D; }
p { color: rgb(240,1,157); }
H1.HeaderClassName
{
color: #F0019D;
}
.AnyTagClassName
{
color: #F0019D;
}
</style>
background-color css
<style>
a { background-color: #F0019D; }
a { background-color: rgb(240,1,157); }
div.DivClassName
{
background-color: #F0019D;
}
.BgClassName
{
background-color: #F0019D;
}
</style>
border-color css
<style>
span { border-color: #F0019D; }
span { border-color: rgb(240,1,157); }
td.TdClassName
{
border-color: #F0019D;
}
.TagClassName
{
border-color: #F0019D;
}
</style>