Shades of Magenta #F413EC
Tints of Magenta #F413EC
RGB
CMYK
RGB Variations
Color information
#F413EC (or 0xF413EC) is known color: Magenta. HEX triplet: F4, 13 and EC. RGB value is (244,19,236). Sum of RGB (Red+Green+Blue) = 244+19+236=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F413EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413EC is #0BEC13. Grayscale: #6E6E6E. Windows color (decimal): -781332 or 15471604. OLE color: 15471604.
HSL color Cylindrical-coordinate representation of color #F413EC: hue angle of 302.13º 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 #F413EC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 236 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.04 |
| HSL | 302.13º | 0.91% | 0.52% | - |
| HSV(B) | 302.13º | 0.92% | 0.96% | - |
| XYZ | 52.68 | 25.75 | 81.55 | - |
| YUV | 111.01 | 198.54 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 236 | 0 | 0.92 | 0.03 | 0.04 | 302.13 | 0.91 | 0.52 |
| Hex | F4 | 13 | EC | 0 | 5C | 3 | 4 | 12E | 5B | 34 |
| Octal | 364 | 23 | 354 | 0 | 134 | 3 | 4 | 456 | 133 | 64 |
| Binary | 11110100 | 10011 | 11101100 | 0 | 1011100 | 11 | 100 | 100101110 | 1011011 | 110100 |
Color Harmonies of #F413EC
Complementary color
Monochromatic Colors of #F413EC
Black with #F413EC
Text Example
Text Example
White with #F413EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413EC; }
p { color: rgb(244,19,236); }
H1.HeaderClassName
{
color: #F413EC;
}
.AnyTagClassName
{
color: #F413EC;
}
</style>
background-color css
<style>
a { background-color: #F413EC; }
a { background-color: rgb(244,19,236); }
div.DivClassName
{
background-color: #F413EC;
}
.BgClassName
{
background-color: #F413EC;
}
</style>
border-color css
<style>
span { border-color: #F413EC; }
span { border-color: rgb(244,19,236); }
td.TdClassName
{
border-color: #F413EC;
}
.TagClassName
{
border-color: #F413EC;
}
</style>