Shades of Hollywood Cerise #F400A0
Tints of Hollywood Cerise #F400A0
RGB
CMYK
RGB Variations
Color information
#F400A0 (or 0xF400A0) is known color: Hollywood Cerise. HEX triplet: F4, 00 and A0. RGB value is (244,0,160). Sum of RGB (Red+Green+Blue) = 244+0+160=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F400A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F400A0 is #0BFF5F. Grayscale: #5A5A5A. Windows color (decimal): -786272 or 10486004. OLE color: 10486004.
HSL color Cylindrical-coordinate representation of color #F400A0: hue angle of 320.66º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400A0 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.34 | 0.04 |
| HSL | 320.66º | 1% | 0.48% | - |
| HSV(B) | 320.66º | 1% | 0.96% | - |
| XYZ | 43.65 | 21.77 | 35.16 | - |
| YUV | 91.2 | 166.84 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 160 | 0 | 1 | 0.34 | 0.04 | 320.66 | 1 | 0.48 |
| Hex | F4 | 0 | A0 | 0 | 64 | 22 | 4 | 141 | 64 | 30 |
| Octal | 364 | 0 | 240 | 0 | 144 | 42 | 4 | 501 | 144 | 60 |
| Binary | 11110100 | 0 | 10100000 | 0 | 1100100 | 100010 | 100 | 101000001 | 1100100 | 110000 |
Color Harmonies of #F400A0
Complementary color
Monochromatic Colors of #F400A0
Black with #F400A0
Text Example
Text Example
White with #F400A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400A0; }
p { color: rgb(244,0,160); }
H1.HeaderClassName
{
color: #F400A0;
}
.AnyTagClassName
{
color: #F400A0;
}
</style>
background-color css
<style>
a { background-color: #F400A0; }
a { background-color: rgb(244,0,160); }
div.DivClassName
{
background-color: #F400A0;
}
.BgClassName
{
background-color: #F400A0;
}
</style>
border-color css
<style>
span { border-color: #F400A0; }
span { border-color: rgb(244,0,160); }
td.TdClassName
{
border-color: #F400A0;
}
.TagClassName
{
border-color: #F400A0;
}
</style>