Shades of Hot Magenta #F400CE
Tints of Hot Magenta #F400CE
RGB
CMYK
RGB Variations
Color information
#F400CE (or 0xF400CE) is known color: Hot Magenta. HEX triplet: F4, 00 and CE. RGB value is (244,0,206). Sum of RGB (Red+Green+Blue) = 244+0+206=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F400CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400CE is #0BFF31. Grayscale: #5F5F5F. Windows color (decimal): -786226 or 13500660. OLE color: 13500660.
HSL color Cylindrical-coordinate representation of color #F400CE: hue angle of 309.34º 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 #F400CE is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.16 | 0.04 |
| HSL | 309.34º | 1% | 0.48% | - |
| HSV(B) | 309.34º | 1% | 0.96% | - |
| XYZ | 48.45 | 23.69 | 60.41 | - |
| YUV | 96.44 | 189.84 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 206 | 0 | 1 | 0.16 | 0.04 | 309.34 | 1 | 0.48 |
| Hex | F4 | 0 | CE | 0 | 64 | 10 | 4 | 135 | 64 | 30 |
| Octal | 364 | 0 | 316 | 0 | 144 | 20 | 4 | 465 | 144 | 60 |
| Binary | 11110100 | 0 | 11001110 | 0 | 1100100 | 10000 | 100 | 100110101 | 1100100 | 110000 |
Color Harmonies of #F400CE
Complementary color
Monochromatic Colors of #F400CE
Black with #F400CE
Text Example
Text Example
White with #F400CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400CE; }
p { color: rgb(244,0,206); }
H1.HeaderClassName
{
color: #F400CE;
}
.AnyTagClassName
{
color: #F400CE;
}
</style>
background-color css
<style>
a { background-color: #F400CE; }
a { background-color: rgb(244,0,206); }
div.DivClassName
{
background-color: #F400CE;
}
.BgClassName
{
background-color: #F400CE;
}
</style>
border-color css
<style>
span { border-color: #F400CE; }
span { border-color: rgb(244,0,206); }
td.TdClassName
{
border-color: #F400CE;
}
.TagClassName
{
border-color: #F400CE;
}
</style>