Shades of Hot Magenta #F401DD
Tints of Hot Magenta #F401DD
RGB
CMYK
RGB Variations
Color information
#F401DD (or 0xF401DD) is known color: Hot Magenta. HEX triplet: F4, 01 and DD. RGB value is (244,1,221). Sum of RGB (Red+Green+Blue) = 244+1+221=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F401DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401DD is #0BFE22. Grayscale: #626262. Windows color (decimal): -785955 or 14483956. OLE color: 14483956.
HSL color Cylindrical-coordinate representation of color #F401DD: hue angle of 305.68º 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 #F401DD is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 221 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.04 |
| HSL | 305.68º | 0.99% | 0.48% | - |
| HSV(B) | 305.68º | 1% | 0.96% | - |
| XYZ | 50.37 | 24.48 | 70.48 | - |
| YUV | 98.74 | 197.01 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 221 | 0 | 1.00 | 0.09 | 0.04 | 305.68 | 0.99 | 0.48 |
| Hex | F4 | 1 | DD | 0 | 64 | 9 | 4 | 132 | 63 | 30 |
| Octal | 364 | 1 | 335 | 0 | 144 | 11 | 4 | 462 | 143 | 60 |
| Binary | 11110100 | 1 | 11011101 | 0 | 1100100 | 1001 | 100 | 100110010 | 1100011 | 110000 |
Color Harmonies of #F401DD
Complementary color
Monochromatic Colors of #F401DD
Black with #F401DD
Text Example
Text Example
White with #F401DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401DD; }
p { color: rgb(244,1,221); }
H1.HeaderClassName
{
color: #F401DD;
}
.AnyTagClassName
{
color: #F401DD;
}
</style>
background-color css
<style>
a { background-color: #F401DD; }
a { background-color: rgb(244,1,221); }
div.DivClassName
{
background-color: #F401DD;
}
.BgClassName
{
background-color: #F401DD;
}
</style>
border-color css
<style>
span { border-color: #F401DD; }
span { border-color: rgb(244,1,221); }
td.TdClassName
{
border-color: #F401DD;
}
.TagClassName
{
border-color: #F401DD;
}
</style>