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