Shades of Hot Magenta #F416DD
Tints of Hot Magenta #F416DD
RGB
CMYK
RGB Variations
Color information
#F416DD (or 0xF416DD) is known color: Hot Magenta. HEX triplet: F4, 16 and DD. RGB value is (244,22,221). Sum of RGB (Red+Green+Blue) = 244+22+221=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F416DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416DD is #0BE922. Grayscale: #6E6E6E. Windows color (decimal): -780579 or 14489332. OLE color: 14489332.
HSL color Cylindrical-coordinate representation of color #F416DD: hue angle of 306.22º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F416DD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 221 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.04 |
| HSL | 306.22º | 0.91% | 0.52% | - |
| HSV(B) | 306.22º | 0.91% | 0.96% | - |
| XYZ | 50.65 | 25.03 | 70.57 | - |
| YUV | 111.06 | 190.05 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 221 | 0 | 0.91 | 0.09 | 0.04 | 306.22 | 0.91 | 0.52 |
| Hex | F4 | 16 | DD | 0 | 5B | 9 | 4 | 132 | 5B | 34 |
| Octal | 364 | 26 | 335 | 0 | 133 | 11 | 4 | 462 | 133 | 64 |
| Binary | 11110100 | 10110 | 11011101 | 0 | 1011011 | 1001 | 100 | 100110010 | 1011011 | 110100 |
Color Harmonies of #F416DD
Complementary color
Monochromatic Colors of #F416DD
Black with #F416DD
Text Example
Text Example
White with #F416DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416DD; }
p { color: rgb(244,22,221); }
H1.HeaderClassName
{
color: #F416DD;
}
.AnyTagClassName
{
color: #F416DD;
}
</style>
background-color css
<style>
a { background-color: #F416DD; }
a { background-color: rgb(244,22,221); }
div.DivClassName
{
background-color: #F416DD;
}
.BgClassName
{
background-color: #F416DD;
}
</style>
border-color css
<style>
span { border-color: #F416DD; }
span { border-color: rgb(244,22,221); }
td.TdClassName
{
border-color: #F416DD;
}
.TagClassName
{
border-color: #F416DD;
}
</style>