Shades of Magenta #F413FA
Tints of Magenta #F413FA
RGB
CMYK
RGB Variations
Color information
#F413FA (or 0xF413FA) is known color: Magenta. HEX triplet: F4, 13 and FA. RGB value is (244,19,250). Sum of RGB (Red+Green+Blue) = 244+19+250=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 19 (7.81% from 255 or 3.70% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #F413FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413FA is #0BEC05. Grayscale: #6F6F6F. Windows color (decimal): -781318 or 16389108. OLE color: 16389108.
HSL color Cylindrical-coordinate representation of color #F413FA: hue angle of 298.44º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F413FA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 19 | 250 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.02 |
| HSL | 298.44º | 0.96% | 0.53% | - |
| HSV(B) | 298.44º | 0.92% | 0.98% | - |
| XYZ | 54.8 | 26.6 | 92.69 | - |
| YUV | 112.61 | 205.54 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 250 | 0.02 | 0.92 | 0 | 0.02 | 298.44 | 0.96 | 0.53 |
| Hex | F4 | 13 | FA | 2 | 5C | 0 | 2 | 12A | 60 | 35 |
| Octal | 364 | 23 | 372 | 2 | 134 | 0 | 2 | 452 | 140 | 65 |
| Binary | 11110100 | 10011 | 11111010 | 10 | 1011100 | 0 | 10 | 100101010 | 1100000 | 110101 |
Color Harmonies of #F413FA
Complementary color
Monochromatic Colors of #F413FA
Black with #F413FA
Text Example
Text Example
White with #F413FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413FA; }
p { color: rgb(244,19,250); }
H1.HeaderClassName
{
color: #F413FA;
}
.AnyTagClassName
{
color: #F413FA;
}
</style>
background-color css
<style>
a { background-color: #F413FA; }
a { background-color: rgb(244,19,250); }
div.DivClassName
{
background-color: #F413FA;
}
.BgClassName
{
background-color: #F413FA;
}
</style>
border-color css
<style>
span { border-color: #F413FA; }
span { border-color: rgb(244,19,250); }
td.TdClassName
{
border-color: #F413FA;
}
.TagClassName
{
border-color: #F413FA;
}
</style>