Shades of Magenta #F41DFE
Tints of Magenta #F41DFE
RGB
CMYK
RGB Variations
Color information
#F41DFE (or 0xF41DFE) is known color: Magenta. HEX triplet: F4, 1D and FE. RGB value is (244,29,254). Sum of RGB (Red+Green+Blue) = 244+29+254=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 29 (11.72% from 255 or 5.50% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #F41DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41DFE is #0BE201. Grayscale: #767676. Windows color (decimal): -778754 or 16653812. OLE color: 16653812.
HSL color Cylindrical-coordinate representation of color #F41DFE: hue angle of 297.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41DFE is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 29 | 254 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.00 |
| HSL | 297.33º | 0.99% | 0.55% | - |
| HSV(B) | 297.33º | 0.89% | 1% | - |
| XYZ | 55.64 | 27.27 | 96.1 | - |
| YUV | 118.94 | 204.23 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 254 | 0.04 | 0.89 | 0 | 0.00 | 297.33 | 0.99 | 0.55 |
| Hex | F4 | 1D | FE | 4 | 59 | 0 | 0 | 129 | 63 | 37 |
| Octal | 364 | 35 | 376 | 4 | 131 | 0 | 0 | 451 | 143 | 67 |
| Binary | 11110100 | 11101 | 11111110 | 100 | 1011001 | 0 | 0 | 100101001 | 1100011 | 110111 |
Color Harmonies of #F41DFE
Complementary color
Monochromatic Colors of #F41DFE
Black with #F41DFE
Text Example
Text Example
White with #F41DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41DFE; }
p { color: rgb(244,29,254); }
H1.HeaderClassName
{
color: #F41DFE;
}
.AnyTagClassName
{
color: #F41DFE;
}
</style>
background-color css
<style>
a { background-color: #F41DFE; }
a { background-color: rgb(244,29,254); }
div.DivClassName
{
background-color: #F41DFE;
}
.BgClassName
{
background-color: #F41DFE;
}
</style>
border-color css
<style>
span { border-color: #F41DFE; }
span { border-color: rgb(244,29,254); }
td.TdClassName
{
border-color: #F41DFE;
}
.TagClassName
{
border-color: #F41DFE;
}
</style>