Shades of Hot Magenta #F400E4
Tints of Hot Magenta #F400E4
RGB
CMYK
RGB Variations
Color information
#F400E4 (or 0xF400E4) is known color: Hot Magenta. HEX triplet: F4, 00 and E4. RGB value is (244,0,228). Sum of RGB (Red+Green+Blue) = 244+0+228=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F400E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400E4 is #0BFF1B. Grayscale: #626262. Windows color (decimal): -786204 or 14942452. OLE color: 14942452.
HSL color Cylindrical-coordinate representation of color #F400E4: hue angle of 303.93º 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 #F400E4 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 228 | - |
| CMYK | 0 | 1 | 0.07 | 0.04 |
| HSL | 303.93º | 1% | 0.48% | - |
| HSV(B) | 303.93º | 1% | 0.96% | - |
| XYZ | 51.31 | 24.83 | 75.49 | - |
| YUV | 98.95 | 200.84 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 228 | 0 | 1 | 0.07 | 0.04 | 303.93 | 1 | 0.48 |
| Hex | F4 | 0 | E4 | 0 | 64 | 7 | 4 | 130 | 64 | 30 |
| Octal | 364 | 0 | 344 | 0 | 144 | 7 | 4 | 460 | 144 | 60 |
| Binary | 11110100 | 0 | 11100100 | 0 | 1100100 | 111 | 100 | 100110000 | 1100100 | 110000 |
Color Harmonies of #F400E4
Complementary color
Monochromatic Colors of #F400E4
Black with #F400E4
Text Example
Text Example
White with #F400E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400E4; }
p { color: rgb(244,0,228); }
H1.HeaderClassName
{
color: #F400E4;
}
.AnyTagClassName
{
color: #F400E4;
}
</style>
background-color css
<style>
a { background-color: #F400E4; }
a { background-color: rgb(244,0,228); }
div.DivClassName
{
background-color: #F400E4;
}
.BgClassName
{
background-color: #F400E4;
}
</style>
border-color css
<style>
span { border-color: #F400E4; }
span { border-color: rgb(244,0,228); }
td.TdClassName
{
border-color: #F400E4;
}
.TagClassName
{
border-color: #F400E4;
}
</style>