Shades of Magenta #F413EF
Tints of Magenta #F413EF
RGB
CMYK
RGB Variations
Color information
#F413EF (or 0xF413EF) is known color: Magenta. HEX triplet: F4, 13 and EF. RGB value is (244,19,239). Sum of RGB (Red+Green+Blue) = 244+19+239=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F413EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413EF is #0BEC10. Grayscale: #6E6E6E. Windows color (decimal): -781329 or 15668212. OLE color: 15668212.
HSL color Cylindrical-coordinate representation of color #F413EF: hue angle of 301.33º 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 #F413EF is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 239 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.04 |
| HSL | 301.33º | 0.91% | 0.52% | - |
| HSV(B) | 301.33º | 0.92% | 0.96% | - |
| XYZ | 53.12 | 25.93 | 83.87 | - |
| YUV | 111.36 | 200.04 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 239 | 0 | 0.92 | 0.02 | 0.04 | 301.33 | 0.91 | 0.52 |
| Hex | F4 | 13 | EF | 0 | 5C | 2 | 4 | 12D | 5B | 34 |
| Octal | 364 | 23 | 357 | 0 | 134 | 2 | 4 | 455 | 133 | 64 |
| Binary | 11110100 | 10011 | 11101111 | 0 | 1011100 | 10 | 100 | 100101101 | 1011011 | 110100 |
Color Harmonies of #F413EF
Complementary color
Monochromatic Colors of #F413EF
Black with #F413EF
Text Example
Text Example
White with #F413EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413EF; }
p { color: rgb(244,19,239); }
H1.HeaderClassName
{
color: #F413EF;
}
.AnyTagClassName
{
color: #F413EF;
}
</style>
background-color css
<style>
a { background-color: #F413EF; }
a { background-color: rgb(244,19,239); }
div.DivClassName
{
background-color: #F413EF;
}
.BgClassName
{
background-color: #F413EF;
}
</style>
border-color css
<style>
span { border-color: #F413EF; }
span { border-color: rgb(244,19,239); }
td.TdClassName
{
border-color: #F413EF;
}
.TagClassName
{
border-color: #F413EF;
}
</style>