Shades of Hollywood Cerise #F401AA
Tints of Hollywood Cerise #F401AA
RGB
CMYK
RGB Variations
Color information
#F401AA (or 0xF401AA) is known color: Hollywood Cerise. HEX triplet: F4, 01 and AA. RGB value is (244,1,170). Sum of RGB (Red+Green+Blue) = 244+1+170=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F401AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F401AA is #0BFE55. Grayscale: #5C5C5C. Windows color (decimal): -786006 or 11141620. OLE color: 11141620.
HSL color Cylindrical-coordinate representation of color #F401AA: hue angle of 318.27º 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 #F401AA is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.04 |
| HSL | 318.27º | 0.99% | 0.48% | - |
| HSV(B) | 318.27º | 1% | 0.96% | - |
| XYZ | 44.57 | 22.16 | 39.96 | - |
| YUV | 92.92 | 171.51 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 170 | 0 | 1.00 | 0.30 | 0.04 | 318.27 | 0.99 | 0.48 |
| Hex | F4 | 1 | AA | 0 | 64 | 1E | 4 | 13E | 63 | 30 |
| Octal | 364 | 1 | 252 | 0 | 144 | 36 | 4 | 476 | 143 | 60 |
| Binary | 11110100 | 1 | 10101010 | 0 | 1100100 | 11110 | 100 | 100111110 | 1100011 | 110000 |
Color Harmonies of #F401AA
Complementary color
Monochromatic Colors of #F401AA
Black with #F401AA
Text Example
Text Example
White with #F401AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401AA; }
p { color: rgb(244,1,170); }
H1.HeaderClassName
{
color: #F401AA;
}
.AnyTagClassName
{
color: #F401AA;
}
</style>
background-color css
<style>
a { background-color: #F401AA; }
a { background-color: rgb(244,1,170); }
div.DivClassName
{
background-color: #F401AA;
}
.BgClassName
{
background-color: #F401AA;
}
</style>
border-color css
<style>
span { border-color: #F401AA; }
span { border-color: rgb(244,1,170); }
td.TdClassName
{
border-color: #F401AA;
}
.TagClassName
{
border-color: #F401AA;
}
</style>