Shades of Magenta #F413E7
Tints of Magenta #F413E7
RGB
CMYK
RGB Variations
Color information
#F413E7 (or 0xF413E7) is known color: Magenta. HEX triplet: F4, 13 and E7. RGB value is (244,19,231). Sum of RGB (Red+Green+Blue) = 244+19+231=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F413E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413E7 is #0BEC18. Grayscale: #6D6D6D. Windows color (decimal): -781337 or 15143924. OLE color: 15143924.
HSL color Cylindrical-coordinate representation of color #F413E7: hue angle of 303.47º 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 #F413E7 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 231 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.04 |
| HSL | 303.47º | 0.91% | 0.52% | - |
| HSV(B) | 303.47º | 0.92% | 0.96% | - |
| XYZ | 51.96 | 25.47 | 77.78 | - |
| YUV | 110.44 | 196.04 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 231 | 0 | 0.92 | 0.05 | 0.04 | 303.47 | 0.91 | 0.52 |
| Hex | F4 | 13 | E7 | 0 | 5C | 5 | 4 | 12F | 5B | 34 |
| Octal | 364 | 23 | 347 | 0 | 134 | 5 | 4 | 457 | 133 | 64 |
| Binary | 11110100 | 10011 | 11100111 | 0 | 1011100 | 101 | 100 | 100101111 | 1011011 | 110100 |
Color Harmonies of #F413E7
Complementary color
Monochromatic Colors of #F413E7
Black with #F413E7
Text Example
Text Example
White with #F413E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413E7; }
p { color: rgb(244,19,231); }
H1.HeaderClassName
{
color: #F413E7;
}
.AnyTagClassName
{
color: #F413E7;
}
</style>
background-color css
<style>
a { background-color: #F413E7; }
a { background-color: rgb(244,19,231); }
div.DivClassName
{
background-color: #F413E7;
}
.BgClassName
{
background-color: #F413E7;
}
</style>
border-color css
<style>
span { border-color: #F413E7; }
span { border-color: rgb(244,19,231); }
td.TdClassName
{
border-color: #F413E7;
}
.TagClassName
{
border-color: #F413E7;
}
</style>