Shades of Hot Magenta #F404CE
Tints of Hot Magenta #F404CE
RGB
CMYK
RGB Variations
Color information
#F404CE (or 0xF404CE) is known color: Hot Magenta. HEX triplet: F4, 04 and CE. RGB value is (244,4,206). Sum of RGB (Red+Green+Blue) = 244+4+206=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F404CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404CE is #0BFB31. Grayscale: #626262. Windows color (decimal): -785202 or 13501684. OLE color: 13501684.
HSL color Cylindrical-coordinate representation of color #F404CE: hue angle of 309.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F404CE is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.04 |
| HSL | 309.5º | 0.97% | 0.49% | - |
| HSV(B) | 309.5º | 0.98% | 0.96% | - |
| XYZ | 48.49 | 23.78 | 60.43 | - |
| YUV | 98.79 | 188.51 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 206 | 0 | 0.98 | 0.16 | 0.04 | 309.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | CE | 0 | 62 | 10 | 4 | 136 | 61 | 31 |
| Octal | 364 | 4 | 316 | 0 | 142 | 20 | 4 | 466 | 141 | 61 |
| Binary | 11110100 | 100 | 11001110 | 0 | 1100010 | 10000 | 100 | 100110110 | 1100001 | 110001 |
Color Harmonies of #F404CE
Complementary color
Monochromatic Colors of #F404CE
Black with #F404CE
Text Example
Text Example
White with #F404CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404CE; }
p { color: rgb(244,4,206); }
H1.HeaderClassName
{
color: #F404CE;
}
.AnyTagClassName
{
color: #F404CE;
}
</style>
background-color css
<style>
a { background-color: #F404CE; }
a { background-color: rgb(244,4,206); }
div.DivClassName
{
background-color: #F404CE;
}
.BgClassName
{
background-color: #F404CE;
}
</style>
border-color css
<style>
span { border-color: #F404CE; }
span { border-color: rgb(244,4,206); }
td.TdClassName
{
border-color: #F404CE;
}
.TagClassName
{
border-color: #F404CE;
}
</style>