Shades of Hollywood Cerise #F001A8
Tints of Hollywood Cerise #F001A8
RGB
CMYK
RGB Variations
Color information
#F001A8 (or 0xF001A8) is known color: Hollywood Cerise. HEX triplet: F0, 01 and A8. RGB value is (240,1,168). Sum of RGB (Red+Green+Blue) = 240+1+168=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F001A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F001A8 is #0FFE57. Grayscale: #5B5B5B. Windows color (decimal): -1048152 or 11010544. OLE color: 11010544.
HSL color Cylindrical-coordinate representation of color #F001A8: hue angle of 318.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 #F001A8 is Cyan = 0, Magento = 1.00, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 168 | - |
| CMYK | 0 | 1.00 | 0.3 | 0.06 |
| HSL | 318.08º | 0.99% | 0.47% | - |
| HSV(B) | 318.08º | 1% | 0.94% | - |
| XYZ | 43.01 | 21.37 | 38.9 | - |
| YUV | 91.5 | 171.18 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 168 | 0 | 1.00 | 0.3 | 0.06 | 318.08 | 0.99 | 0.47 |
| Hex | F0 | 1 | A8 | 0 | 64 | 1E | 6 | 13E | 63 | 2F |
| Octal | 360 | 1 | 250 | 0 | 144 | 36 | 6 | 476 | 143 | 57 |
| Binary | 11110000 | 1 | 10101000 | 0 | 1100100 | 11110 | 110 | 100111110 | 1100011 | 101111 |
Color Harmonies of #F001A8
Complementary color
Monochromatic Colors of #F001A8
Black with #F001A8
Text Example
Text Example
White with #F001A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001A8; }
p { color: rgb(240,1,168); }
H1.HeaderClassName
{
color: #F001A8;
}
.AnyTagClassName
{
color: #F001A8;
}
</style>
background-color css
<style>
a { background-color: #F001A8; }
a { background-color: rgb(240,1,168); }
div.DivClassName
{
background-color: #F001A8;
}
.BgClassName
{
background-color: #F001A8;
}
</style>
border-color css
<style>
span { border-color: #F001A8; }
span { border-color: rgb(240,1,168); }
td.TdClassName
{
border-color: #F001A8;
}
.TagClassName
{
border-color: #F001A8;
}
</style>