Shades of Hollywood Cerise #F001A0
Tints of Hollywood Cerise #F001A0
RGB
CMYK
RGB Variations
Color information
#F001A0 (or 0xF001A0) is known color: Hollywood Cerise. HEX triplet: F0, 01 and A0. RGB value is (240,1,160). Sum of RGB (Red+Green+Blue) = 240+1+160=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F001A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F001A0 is #0FFE5F. Grayscale: #5A5A5A. Windows color (decimal): -1048160 or 10486256. OLE color: 10486256.
HSL color Cylindrical-coordinate representation of color #F001A0: hue angle of 320.08º 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 #F001A0 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 160 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.06 |
| HSL | 320.08º | 0.99% | 0.47% | - |
| HSV(B) | 320.08º | 1% | 0.94% | - |
| XYZ | 42.29 | 21.09 | 35.1 | - |
| YUV | 90.59 | 167.18 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 160 | 0 | 1.00 | 0.33 | 0.06 | 320.08 | 0.99 | 0.47 |
| Hex | F0 | 1 | A0 | 0 | 64 | 21 | 6 | 140 | 63 | 2F |
| Octal | 360 | 1 | 240 | 0 | 144 | 41 | 6 | 500 | 143 | 57 |
| Binary | 11110000 | 1 | 10100000 | 0 | 1100100 | 100001 | 110 | 101000000 | 1100011 | 101111 |
Color Harmonies of #F001A0
Complementary color
Monochromatic Colors of #F001A0
Black with #F001A0
Text Example
Text Example
White with #F001A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001A0; }
p { color: rgb(240,1,160); }
H1.HeaderClassName
{
color: #F001A0;
}
.AnyTagClassName
{
color: #F001A0;
}
</style>
background-color css
<style>
a { background-color: #F001A0; }
a { background-color: rgb(240,1,160); }
div.DivClassName
{
background-color: #F001A0;
}
.BgClassName
{
background-color: #F001A0;
}
</style>
border-color css
<style>
span { border-color: #F001A0; }
span { border-color: rgb(240,1,160); }
td.TdClassName
{
border-color: #F001A0;
}
.TagClassName
{
border-color: #F001A0;
}
</style>