Shades of Hot Magenta #F417DC
Tints of Hot Magenta #F417DC
RGB
CMYK
RGB Variations
Color information
#F417DC (or 0xF417DC) is known color: Hot Magenta. HEX triplet: F4, 17 and DC. RGB value is (244,23,220). Sum of RGB (Red+Green+Blue) = 244+23+220=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 23 (9.38% from 255 or 4.72% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F417DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417DC is #0BE823. Grayscale: #6E6E6E. Windows color (decimal): -780324 or 14424052. OLE color: 14424052.
HSL color Cylindrical-coordinate representation of color #F417DC: hue angle of 306.52º 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 #F417DC is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 220 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.04 |
| HSL | 306.52º | 0.91% | 0.52% | - |
| HSV(B) | 306.52º | 0.91% | 0.96% | - |
| XYZ | 50.53 | 25.01 | 69.87 | - |
| YUV | 111.54 | 189.22 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 220 | 0 | 0.91 | 0.10 | 0.04 | 306.52 | 0.91 | 0.52 |
| Hex | F4 | 17 | DC | 0 | 5B | A | 4 | 133 | 5B | 34 |
| Octal | 364 | 27 | 334 | 0 | 133 | 12 | 4 | 463 | 133 | 64 |
| Binary | 11110100 | 10111 | 11011100 | 0 | 1011011 | 1010 | 100 | 100110011 | 1011011 | 110100 |
Color Harmonies of #F417DC
Complementary color
Monochromatic Colors of #F417DC
Black with #F417DC
Text Example
Text Example
White with #F417DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417DC; }
p { color: rgb(244,23,220); }
H1.HeaderClassName
{
color: #F417DC;
}
.AnyTagClassName
{
color: #F417DC;
}
</style>
background-color css
<style>
a { background-color: #F417DC; }
a { background-color: rgb(244,23,220); }
div.DivClassName
{
background-color: #F417DC;
}
.BgClassName
{
background-color: #F417DC;
}
</style>
border-color css
<style>
span { border-color: #F417DC; }
span { border-color: rgb(244,23,220); }
td.TdClassName
{
border-color: #F417DC;
}
.TagClassName
{
border-color: #F417DC;
}
</style>