Shades of Hot Magenta #F413DC
Tints of Hot Magenta #F413DC
RGB
CMYK
RGB Variations
Color information
#F413DC (or 0xF413DC) is known color: Hot Magenta. HEX triplet: F4, 13 and DC. RGB value is (244,19,220). Sum of RGB (Red+Green+Blue) = 244+19+220=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F413DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413DC is #0BEC23. Grayscale: #6C6C6C. Windows color (decimal): -781348 or 14423028. OLE color: 14423028.
HSL color Cylindrical-coordinate representation of color #F413DC: hue angle of 306.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F413DC is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 220 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.04 |
| HSL | 306.4º | 0.91% | 0.52% | - |
| HSV(B) | 306.4º | 0.92% | 0.96% | - |
| XYZ | 50.46 | 24.87 | 69.85 | - |
| YUV | 109.19 | 190.54 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 220 | 0 | 0.92 | 0.10 | 0.04 | 306.4 | 0.91 | 0.52 |
| Hex | F4 | 13 | DC | 0 | 5C | A | 4 | 132 | 5B | 34 |
| Octal | 364 | 23 | 334 | 0 | 134 | 12 | 4 | 462 | 133 | 64 |
| Binary | 11110100 | 10011 | 11011100 | 0 | 1011100 | 1010 | 100 | 100110010 | 1011011 | 110100 |
Color Harmonies of #F413DC
Complementary color
Monochromatic Colors of #F413DC
Black with #F413DC
Text Example
Text Example
White with #F413DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413DC; }
p { color: rgb(244,19,220); }
H1.HeaderClassName
{
color: #F413DC;
}
.AnyTagClassName
{
color: #F413DC;
}
</style>
background-color css
<style>
a { background-color: #F413DC; }
a { background-color: rgb(244,19,220); }
div.DivClassName
{
background-color: #F413DC;
}
.BgClassName
{
background-color: #F413DC;
}
</style>
border-color css
<style>
span { border-color: #F413DC; }
span { border-color: rgb(244,19,220); }
td.TdClassName
{
border-color: #F413DC;
}
.TagClassName
{
border-color: #F413DC;
}
</style>