Shades of Hot Magenta #F401DF
Tints of Hot Magenta #F401DF
RGB
CMYK
RGB Variations
Color information
#F401DF (or 0xF401DF) is known color: Hot Magenta. HEX triplet: F4, 01 and DF. RGB value is (244,1,223). Sum of RGB (Red+Green+Blue) = 244+1+223=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F401DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401DF is #0BFE20. Grayscale: #626262. Windows color (decimal): -785953 or 14615028. OLE color: 14615028.
HSL color Cylindrical-coordinate representation of color #F401DF: hue angle of 305.19º 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 #F401DF is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.04 |
| HSL | 305.19º | 0.99% | 0.48% | - |
| HSV(B) | 305.19º | 1% | 0.96% | - |
| XYZ | 50.64 | 24.58 | 71.89 | - |
| YUV | 98.97 | 198.01 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 223 | 0 | 1.00 | 0.09 | 0.04 | 305.19 | 0.99 | 0.48 |
| Hex | F4 | 1 | DF | 0 | 64 | 9 | 4 | 131 | 63 | 30 |
| Octal | 364 | 1 | 337 | 0 | 144 | 11 | 4 | 461 | 143 | 60 |
| Binary | 11110100 | 1 | 11011111 | 0 | 1100100 | 1001 | 100 | 100110001 | 1100011 | 110000 |
Color Harmonies of #F401DF
Complementary color
Monochromatic Colors of #F401DF
Black with #F401DF
Text Example
Text Example
White with #F401DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401DF; }
p { color: rgb(244,1,223); }
H1.HeaderClassName
{
color: #F401DF;
}
.AnyTagClassName
{
color: #F401DF;
}
</style>
background-color css
<style>
a { background-color: #F401DF; }
a { background-color: rgb(244,1,223); }
div.DivClassName
{
background-color: #F401DF;
}
.BgClassName
{
background-color: #F401DF;
}
</style>
border-color css
<style>
span { border-color: #F401DF; }
span { border-color: rgb(244,1,223); }
td.TdClassName
{
border-color: #F401DF;
}
.TagClassName
{
border-color: #F401DF;
}
</style>