Shades of Hollywood Cerise #F401A8
Tints of Hollywood Cerise #F401A8
RGB
CMYK
RGB Variations
Color information
#F401A8 (or 0xF401A8) is known color: Hollywood Cerise. HEX triplet: F4, 01 and A8. RGB value is (244,1,168). Sum of RGB (Red+Green+Blue) = 244+1+168=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F401A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F401A8 is #0BFE57. Grayscale: #5C5C5C. Windows color (decimal): -786008 or 11010548. OLE color: 11010548.
HSL color Cylindrical-coordinate representation of color #F401A8: hue angle of 318.77º 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 #F401A8 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 168 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.04 |
| HSL | 318.77º | 0.99% | 0.48% | - |
| HSV(B) | 318.77º | 1% | 0.96% | - |
| XYZ | 44.39 | 22.08 | 38.97 | - |
| YUV | 92.7 | 170.51 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 168 | 0 | 1.00 | 0.31 | 0.04 | 318.77 | 0.99 | 0.48 |
| Hex | F4 | 1 | A8 | 0 | 64 | 1F | 4 | 13F | 63 | 30 |
| Octal | 364 | 1 | 250 | 0 | 144 | 37 | 4 | 477 | 143 | 60 |
| Binary | 11110100 | 1 | 10101000 | 0 | 1100100 | 11111 | 100 | 100111111 | 1100011 | 110000 |
Color Harmonies of #F401A8
Complementary color
Monochromatic Colors of #F401A8
Black with #F401A8
Text Example
Text Example
White with #F401A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401A8; }
p { color: rgb(244,1,168); }
H1.HeaderClassName
{
color: #F401A8;
}
.AnyTagClassName
{
color: #F401A8;
}
</style>
background-color css
<style>
a { background-color: #F401A8; }
a { background-color: rgb(244,1,168); }
div.DivClassName
{
background-color: #F401A8;
}
.BgClassName
{
background-color: #F401A8;
}
</style>
border-color css
<style>
span { border-color: #F401A8; }
span { border-color: rgb(244,1,168); }
td.TdClassName
{
border-color: #F401A8;
}
.TagClassName
{
border-color: #F401A8;
}
</style>