Shades of Hollywood Cerise #F401AB
Tints of Hollywood Cerise #F401AB
RGB
CMYK
RGB Variations
Color information
#F401AB (or 0xF401AB) is known color: Hollywood Cerise. HEX triplet: F4, 01 and AB. RGB value is (244,1,171). Sum of RGB (Red+Green+Blue) = 244+1+171=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F401AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F401AB is #0BFE54. Grayscale: #5C5C5C. Windows color (decimal): -786005 or 11207156. OLE color: 11207156.
HSL color Cylindrical-coordinate representation of color #F401AB: hue angle of 318.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401AB is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.04 |
| HSL | 318.02º | 0.99% | 0.48% | - |
| HSV(B) | 318.02º | 1% | 0.96% | - |
| XYZ | 44.67 | 22.2 | 40.46 | - |
| YUV | 93.04 | 172.01 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 171 | 0 | 1.00 | 0.30 | 0.04 | 318.02 | 0.99 | 0.48 |
| Hex | F4 | 1 | AB | 0 | 64 | 1E | 4 | 13E | 63 | 30 |
| Octal | 364 | 1 | 253 | 0 | 144 | 36 | 4 | 476 | 143 | 60 |
| Binary | 11110100 | 1 | 10101011 | 0 | 1100100 | 11110 | 100 | 100111110 | 1100011 | 110000 |
Color Harmonies of #F401AB
Complementary color
Monochromatic Colors of #F401AB
Black with #F401AB
Text Example
Text Example
White with #F401AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401AB; }
p { color: rgb(244,1,171); }
H1.HeaderClassName
{
color: #F401AB;
}
.AnyTagClassName
{
color: #F401AB;
}
</style>
background-color css
<style>
a { background-color: #F401AB; }
a { background-color: rgb(244,1,171); }
div.DivClassName
{
background-color: #F401AB;
}
.BgClassName
{
background-color: #F401AB;
}
</style>
border-color css
<style>
span { border-color: #F401AB; }
span { border-color: rgb(244,1,171); }
td.TdClassName
{
border-color: #F401AB;
}
.TagClassName
{
border-color: #F401AB;
}
</style>