Shades of Hot Magenta #F405DD
Tints of Hot Magenta #F405DD
RGB
CMYK
RGB Variations
Color information
#F405DD (or 0xF405DD) is known color: Hot Magenta. HEX triplet: F4, 05 and DD. RGB value is (244,5,221). Sum of RGB (Red+Green+Blue) = 244+5+221=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F405DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405DD is #0BFA22. Grayscale: #646464. Windows color (decimal): -784931 or 14484980. OLE color: 14484980.
HSL color Cylindrical-coordinate representation of color #F405DD: hue angle of 305.77º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405DD is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.04 |
| HSL | 305.77º | 0.96% | 0.49% | - |
| HSV(B) | 305.77º | 0.98% | 0.96% | - |
| XYZ | 50.41 | 24.56 | 70.49 | - |
| YUV | 101.09 | 195.68 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 221 | 0 | 0.98 | 0.09 | 0.04 | 305.77 | 0.96 | 0.49 |
| Hex | F4 | 5 | DD | 0 | 62 | 9 | 4 | 132 | 60 | 31 |
| Octal | 364 | 5 | 335 | 0 | 142 | 11 | 4 | 462 | 140 | 61 |
| Binary | 11110100 | 101 | 11011101 | 0 | 1100010 | 1001 | 100 | 100110010 | 1100000 | 110001 |
Color Harmonies of #F405DD
Complementary color
Monochromatic Colors of #F405DD
Black with #F405DD
Text Example
Text Example
White with #F405DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405DD; }
p { color: rgb(244,5,221); }
H1.HeaderClassName
{
color: #F405DD;
}
.AnyTagClassName
{
color: #F405DD;
}
</style>
background-color css
<style>
a { background-color: #F405DD; }
a { background-color: rgb(244,5,221); }
div.DivClassName
{
background-color: #F405DD;
}
.BgClassName
{
background-color: #F405DD;
}
</style>
border-color css
<style>
span { border-color: #F405DD; }
span { border-color: rgb(244,5,221); }
td.TdClassName
{
border-color: #F405DD;
}
.TagClassName
{
border-color: #F405DD;
}
</style>