Shades of Hollywood Cerise #F001A2
Tints of Hollywood Cerise #F001A2
RGB
CMYK
RGB Variations
Color information
#F001A2 (or 0xF001A2) is known color: Hollywood Cerise. HEX triplet: F0, 01 and A2. RGB value is (240,1,162). Sum of RGB (Red+Green+Blue) = 240+1+162=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F001A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F001A2 is #0FFE5D. Grayscale: #5A5A5A. Windows color (decimal): -1048158 or 10617328. OLE color: 10617328.
HSL color Cylindrical-coordinate representation of color #F001A2: hue angle of 319.58º 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 #F001A2 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 162 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.06 |
| HSL | 319.58º | 0.99% | 0.47% | - |
| HSV(B) | 319.58º | 1% | 0.94% | - |
| XYZ | 42.47 | 21.16 | 36.03 | - |
| YUV | 90.82 | 168.18 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 162 | 0 | 1.00 | 0.32 | 0.06 | 319.58 | 0.99 | 0.47 |
| Hex | F0 | 1 | A2 | 0 | 64 | 20 | 6 | 140 | 63 | 2F |
| Octal | 360 | 1 | 242 | 0 | 144 | 40 | 6 | 500 | 143 | 57 |
| Binary | 11110000 | 1 | 10100010 | 0 | 1100100 | 100000 | 110 | 101000000 | 1100011 | 101111 |
Color Harmonies of #F001A2
Complementary color
Monochromatic Colors of #F001A2
Black with #F001A2
Text Example
Text Example
White with #F001A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001A2; }
p { color: rgb(240,1,162); }
H1.HeaderClassName
{
color: #F001A2;
}
.AnyTagClassName
{
color: #F001A2;
}
</style>
background-color css
<style>
a { background-color: #F001A2; }
a { background-color: rgb(240,1,162); }
div.DivClassName
{
background-color: #F001A2;
}
.BgClassName
{
background-color: #F001A2;
}
</style>
border-color css
<style>
span { border-color: #F001A2; }
span { border-color: rgb(240,1,162); }
td.TdClassName
{
border-color: #F001A2;
}
.TagClassName
{
border-color: #F001A2;
}
</style>