Shades of Hollywood Cerise #F400A6
Tints of Hollywood Cerise #F400A6
RGB
CMYK
RGB Variations
Color information
#F400A6 (or 0xF400A6) is known color: Hollywood Cerise. HEX triplet: F4, 00 and A6. RGB value is (244,0,166). Sum of RGB (Red+Green+Blue) = 244+0+166=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F400A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F400A6 is #0BFF59. Grayscale: #5B5B5B. Windows color (decimal): -786266 or 10879220. OLE color: 10879220.
HSL color Cylindrical-coordinate representation of color #F400A6: hue angle of 319.18º 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 #F400A6 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.32 | 0.04 |
| HSL | 319.18º | 1% | 0.48% | - |
| HSV(B) | 319.18º | 1% | 0.96% | - |
| XYZ | 44.19 | 21.99 | 37.99 | - |
| YUV | 91.88 | 169.84 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 166 | 0 | 1 | 0.32 | 0.04 | 319.18 | 1 | 0.48 |
| Hex | F4 | 0 | A6 | 0 | 64 | 20 | 4 | 13F | 64 | 30 |
| Octal | 364 | 0 | 246 | 0 | 144 | 40 | 4 | 477 | 144 | 60 |
| Binary | 11110100 | 0 | 10100110 | 0 | 1100100 | 100000 | 100 | 100111111 | 1100100 | 110000 |
Color Harmonies of #F400A6
Complementary color
Monochromatic Colors of #F400A6
Black with #F400A6
Text Example
Text Example
White with #F400A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400A6; }
p { color: rgb(244,0,166); }
H1.HeaderClassName
{
color: #F400A6;
}
.AnyTagClassName
{
color: #F400A6;
}
</style>
background-color css
<style>
a { background-color: #F400A6; }
a { background-color: rgb(244,0,166); }
div.DivClassName
{
background-color: #F400A6;
}
.BgClassName
{
background-color: #F400A6;
}
</style>
border-color css
<style>
span { border-color: #F400A6; }
span { border-color: rgb(244,0,166); }
td.TdClassName
{
border-color: #F400A6;
}
.TagClassName
{
border-color: #F400A6;
}
</style>