Shades of Magenta #F413EB
Tints of Magenta #F413EB
RGB
CMYK
RGB Variations
Color information
#F413EB (or 0xF413EB) is known color: Magenta. HEX triplet: F4, 13 and EB. RGB value is (244,19,235). Sum of RGB (Red+Green+Blue) = 244+19+235=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 19 (7.81% from 255 or 3.82% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F413EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413EB is #0BEC14. Grayscale: #6E6E6E. Windows color (decimal): -781333 or 15406068. OLE color: 15406068.
HSL color Cylindrical-coordinate representation of color #F413EB: hue angle of 302.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 #F413EB is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 235 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.04 |
| HSL | 302.4º | 0.91% | 0.52% | - |
| HSV(B) | 302.4º | 0.92% | 0.96% | - |
| XYZ | 52.54 | 25.7 | 80.79 | - |
| YUV | 110.9 | 198.04 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 235 | 0 | 0.92 | 0.04 | 0.04 | 302.4 | 0.91 | 0.52 |
| Hex | F4 | 13 | EB | 0 | 5C | 4 | 4 | 12E | 5B | 34 |
| Octal | 364 | 23 | 353 | 0 | 134 | 4 | 4 | 456 | 133 | 64 |
| Binary | 11110100 | 10011 | 11101011 | 0 | 1011100 | 100 | 100 | 100101110 | 1011011 | 110100 |
Color Harmonies of #F413EB
Complementary color
Monochromatic Colors of #F413EB
Black with #F413EB
Text Example
Text Example
White with #F413EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413EB; }
p { color: rgb(244,19,235); }
H1.HeaderClassName
{
color: #F413EB;
}
.AnyTagClassName
{
color: #F413EB;
}
</style>
background-color css
<style>
a { background-color: #F413EB; }
a { background-color: rgb(244,19,235); }
div.DivClassName
{
background-color: #F413EB;
}
.BgClassName
{
background-color: #F413EB;
}
</style>
border-color css
<style>
span { border-color: #F413EB; }
span { border-color: rgb(244,19,235); }
td.TdClassName
{
border-color: #F413EB;
}
.TagClassName
{
border-color: #F413EB;
}
</style>