Shades of Hollywood Cerise #F400A3
Tints of Hollywood Cerise #F400A3
RGB
CMYK
RGB Variations
Color information
#F400A3 (or 0xF400A3) is known color: Hollywood Cerise. HEX triplet: F4, 00 and A3. RGB value is (244,0,163). Sum of RGB (Red+Green+Blue) = 244+0+163=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F400A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F400A3 is #0BFF5C. Grayscale: #5B5B5B. Windows color (decimal): -786269 or 10682612. OLE color: 10682612.
HSL color Cylindrical-coordinate representation of color #F400A3: hue angle of 319.92º 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 #F400A3 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.33 | 0.04 |
| HSL | 319.92º | 1% | 0.48% | - |
| HSV(B) | 319.92º | 1% | 0.96% | - |
| XYZ | 43.92 | 21.88 | 36.56 | - |
| YUV | 91.54 | 168.34 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 163 | 0 | 1 | 0.33 | 0.04 | 319.92 | 1 | 0.48 |
| Hex | F4 | 0 | A3 | 0 | 64 | 21 | 4 | 140 | 64 | 30 |
| Octal | 364 | 0 | 243 | 0 | 144 | 41 | 4 | 500 | 144 | 60 |
| Binary | 11110100 | 0 | 10100011 | 0 | 1100100 | 100001 | 100 | 101000000 | 1100100 | 110000 |
Color Harmonies of #F400A3
Complementary color
Monochromatic Colors of #F400A3
Black with #F400A3
Text Example
Text Example
White with #F400A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400A3; }
p { color: rgb(244,0,163); }
H1.HeaderClassName
{
color: #F400A3;
}
.AnyTagClassName
{
color: #F400A3;
}
</style>
background-color css
<style>
a { background-color: #F400A3; }
a { background-color: rgb(244,0,163); }
div.DivClassName
{
background-color: #F400A3;
}
.BgClassName
{
background-color: #F400A3;
}
</style>
border-color css
<style>
span { border-color: #F400A3; }
span { border-color: rgb(244,0,163); }
td.TdClassName
{
border-color: #F400A3;
}
.TagClassName
{
border-color: #F400A3;
}
</style>