Shades of Magenta #F413FF
Tints of Magenta #F413FF
RGB
CMYK
RGB Variations
Color information
#F413FF (or 0xF413FF) is known color: Magenta. HEX triplet: F4, 13 and FF. RGB value is (244,19,255). Sum of RGB (Red+Green+Blue) = 244+19+255=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 19 (7.81% from 255 or 3.67% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #F413FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413FF is #0BEC00. Grayscale: #707070. Windows color (decimal): -781313 or 16716788. OLE color: 16716788.
HSL color Cylindrical-coordinate representation of color #F413FF: hue angle of 297.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F413FF is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 19 | 255 | - |
| CMYK | 0.04 | 0.93 | 0 | 0 |
| HSL | 297.2º | 1% | 0.54% | - |
| HSV(B) | 297.2º | 0.93% | 1% | - |
| XYZ | 55.59 | 26.92 | 96.87 | - |
| YUV | 113.18 | 208.04 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 255 | 0.04 | 0.93 | 0 | 0 | 297.2 | 1 | 0.54 |
| Hex | F4 | 13 | FF | 4 | 5D | 0 | 0 | 129 | 64 | 36 |
| Octal | 364 | 23 | 377 | 4 | 135 | 0 | 0 | 451 | 144 | 66 |
| Binary | 11110100 | 10011 | 11111111 | 100 | 1011101 | 0 | 0 | 100101001 | 1100100 | 110110 |
Color Harmonies of #F413FF
Complementary color
Monochromatic Colors of #F413FF
Black with #F413FF
Text Example
Text Example
White with #F413FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413FF; }
p { color: rgb(244,19,255); }
H1.HeaderClassName
{
color: #F413FF;
}
.AnyTagClassName
{
color: #F413FF;
}
</style>
background-color css
<style>
a { background-color: #F413FF; }
a { background-color: rgb(244,19,255); }
div.DivClassName
{
background-color: #F413FF;
}
.BgClassName
{
background-color: #F413FF;
}
</style>
border-color css
<style>
span { border-color: #F413FF; }
span { border-color: rgb(244,19,255); }
td.TdClassName
{
border-color: #F413FF;
}
.TagClassName
{
border-color: #F413FF;
}
</style>