Shades of Magenta #F413F9
Tints of Magenta #F413F9
RGB
CMYK
RGB Variations
Color information
#F413F9 (or 0xF413F9) is known color: Magenta. HEX triplet: F4, 13 and F9. RGB value is (244,19,249). Sum of RGB (Red+Green+Blue) = 244+19+249=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #F413F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413F9 is #0BEC06. Grayscale: #6F6F6F. Windows color (decimal): -781319 or 16323572. OLE color: 16323572.
HSL color Cylindrical-coordinate representation of color #F413F9: hue angle of 298.7º degrees, saturation: 0.95, 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 #F413F9 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 19 | 249 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.02 |
| HSL | 298.7º | 0.95% | 0.53% | - |
| HSV(B) | 298.7º | 0.92% | 0.98% | - |
| XYZ | 54.64 | 26.54 | 91.87 | - |
| YUV | 112.5 | 205.04 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 249 | 0.02 | 0.92 | 0 | 0.02 | 298.7 | 0.95 | 0.53 |
| Hex | F4 | 13 | F9 | 2 | 5C | 0 | 2 | 12B | 5F | 35 |
| Octal | 364 | 23 | 371 | 2 | 134 | 0 | 2 | 453 | 137 | 65 |
| Binary | 11110100 | 10011 | 11111001 | 10 | 1011100 | 0 | 10 | 100101011 | 1011111 | 110101 |
Color Harmonies of #F413F9
Complementary color
Monochromatic Colors of #F413F9
Black with #F413F9
Text Example
Text Example
White with #F413F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413F9; }
p { color: rgb(244,19,249); }
H1.HeaderClassName
{
color: #F413F9;
}
.AnyTagClassName
{
color: #F413F9;
}
</style>
background-color css
<style>
a { background-color: #F413F9; }
a { background-color: rgb(244,19,249); }
div.DivClassName
{
background-color: #F413F9;
}
.BgClassName
{
background-color: #F413F9;
}
</style>
border-color css
<style>
span { border-color: #F413F9; }
span { border-color: rgb(244,19,249); }
td.TdClassName
{
border-color: #F413F9;
}
.TagClassName
{
border-color: #F413F9;
}
</style>