Shades of Hot Magenta #F400DD
Tints of Hot Magenta #F400DD
RGB
CMYK
RGB Variations
Color information
#F400DD (or 0xF400DD) is known color: Hot Magenta. HEX triplet: F4, 00 and DD. RGB value is (244,0,221). Sum of RGB (Red+Green+Blue) = 244+0+221=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F400DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400DD is #0BFF22. Grayscale: #616161. Windows color (decimal): -786211 or 14483700. OLE color: 14483700.
HSL color Cylindrical-coordinate representation of color #F400DD: hue angle of 305.66º 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 #F400DD is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.09 | 0.04 |
| HSL | 305.66º | 1% | 0.48% | - |
| HSV(B) | 305.66º | 1% | 0.96% | - |
| XYZ | 50.36 | 24.45 | 70.47 | - |
| YUV | 98.15 | 197.34 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 221 | 0 | 1 | 0.09 | 0.04 | 305.66 | 1 | 0.48 |
| Hex | F4 | 0 | DD | 0 | 64 | 9 | 4 | 132 | 64 | 30 |
| Octal | 364 | 0 | 335 | 0 | 144 | 11 | 4 | 462 | 144 | 60 |
| Binary | 11110100 | 0 | 11011101 | 0 | 1100100 | 1001 | 100 | 100110010 | 1100100 | 110000 |
Color Harmonies of #F400DD
Complementary color
Monochromatic Colors of #F400DD
Black with #F400DD
Text Example
Text Example
White with #F400DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400DD; }
p { color: rgb(244,0,221); }
H1.HeaderClassName
{
color: #F400DD;
}
.AnyTagClassName
{
color: #F400DD;
}
</style>
background-color css
<style>
a { background-color: #F400DD; }
a { background-color: rgb(244,0,221); }
div.DivClassName
{
background-color: #F400DD;
}
.BgClassName
{
background-color: #F400DD;
}
</style>
border-color css
<style>
span { border-color: #F400DD; }
span { border-color: rgb(244,0,221); }
td.TdClassName
{
border-color: #F400DD;
}
.TagClassName
{
border-color: #F400DD;
}
</style>