Shades of Hot Magenta #F401E4
Tints of Hot Magenta #F401E4
RGB
CMYK
RGB Variations
Color information
#F401E4 (or 0xF401E4) is known color: Hot Magenta. HEX triplet: F4, 01 and E4. RGB value is (244,1,228). Sum of RGB (Red+Green+Blue) = 244+1+228=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 1 (0.78% from 255 or 0.21% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F401E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401E4 is #0BFE1B. Grayscale: #626262. Windows color (decimal): -785948 or 14942708. OLE color: 14942708.
HSL color Cylindrical-coordinate representation of color #F401E4: hue angle of 303.95º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401E4 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 228 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.04 |
| HSL | 303.95º | 0.99% | 0.48% | - |
| HSV(B) | 303.95º | 1% | 0.96% | - |
| XYZ | 51.32 | 24.86 | 75.49 | - |
| YUV | 99.54 | 200.51 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 228 | 0 | 1.00 | 0.07 | 0.04 | 303.95 | 0.99 | 0.48 |
| Hex | F4 | 1 | E4 | 0 | 64 | 7 | 4 | 130 | 63 | 30 |
| Octal | 364 | 1 | 344 | 0 | 144 | 7 | 4 | 460 | 143 | 60 |
| Binary | 11110100 | 1 | 11100100 | 0 | 1100100 | 111 | 100 | 100110000 | 1100011 | 110000 |
Color Harmonies of #F401E4
Complementary color
Monochromatic Colors of #F401E4
Black with #F401E4
Text Example
Text Example
White with #F401E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401E4; }
p { color: rgb(244,1,228); }
H1.HeaderClassName
{
color: #F401E4;
}
.AnyTagClassName
{
color: #F401E4;
}
</style>
background-color css
<style>
a { background-color: #F401E4; }
a { background-color: rgb(244,1,228); }
div.DivClassName
{
background-color: #F401E4;
}
.BgClassName
{
background-color: #F401E4;
}
</style>
border-color css
<style>
span { border-color: #F401E4; }
span { border-color: rgb(244,1,228); }
td.TdClassName
{
border-color: #F401E4;
}
.TagClassName
{
border-color: #F401E4;
}
</style>