Shades of Magenta #F41DF5
Tints of Magenta #F41DF5
RGB
CMYK
RGB Variations
Color information
#F41DF5 (or 0xF41DF5) is known color: Magenta. HEX triplet: F4, 1D and F5. RGB value is (244,29,245). Sum of RGB (Red+Green+Blue) = 244+29+245=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 29 (11.72% from 255 or 5.60% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #F41DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41DF5 is #0BE20A. Grayscale: #757575. Windows color (decimal): -778763 or 16063988. OLE color: 16063988.
HSL color Cylindrical-coordinate representation of color #F41DF5: hue angle of 299.72º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41DF5 is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 245 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.04 |
| HSL | 299.72º | 0.92% | 0.54% | - |
| HSV(B) | 299.72º | 0.88% | 0.96% | - |
| XYZ | 54.23 | 26.7 | 88.68 | - |
| YUV | 117.91 | 199.73 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 245 | 0.00 | 0.88 | 0 | 0.04 | 299.72 | 0.92 | 0.54 |
| Hex | F4 | 1D | F5 | 0 | 58 | 0 | 4 | 12C | 5C | 36 |
| Octal | 364 | 35 | 365 | 0 | 130 | 0 | 4 | 454 | 134 | 66 |
| Binary | 11110100 | 11101 | 11110101 | 0 | 1011000 | 0 | 100 | 100101100 | 1011100 | 110110 |
Color Harmonies of #F41DF5
Complementary color
Monochromatic Colors of #F41DF5
Black with #F41DF5
Text Example
Text Example
White with #F41DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41DF5; }
p { color: rgb(244,29,245); }
H1.HeaderClassName
{
color: #F41DF5;
}
.AnyTagClassName
{
color: #F41DF5;
}
</style>
background-color css
<style>
a { background-color: #F41DF5; }
a { background-color: rgb(244,29,245); }
div.DivClassName
{
background-color: #F41DF5;
}
.BgClassName
{
background-color: #F41DF5;
}
</style>
border-color css
<style>
span { border-color: #F41DF5; }
span { border-color: rgb(244,29,245); }
td.TdClassName
{
border-color: #F41DF5;
}
.TagClassName
{
border-color: #F41DF5;
}
</style>