Shades of Magenta #F41FFE
Tints of Magenta #F41FFE
RGB
CMYK
RGB Variations
Color information
#F41FFE (or 0xF41FFE) is known color: Magenta. HEX triplet: F4, 1F and FE. RGB value is (244,31,254). Sum of RGB (Red+Green+Blue) = 244+31+254=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 31 (12.5% from 255 or 5.86% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #F41FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41FFE is #0BE001. Grayscale: #777777. Windows color (decimal): -778242 or 16654324. OLE color: 16654324.
HSL color Cylindrical-coordinate representation of color #F41FFE: hue angle of 297.31º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41FFE is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 31 | 254 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.00 |
| HSL | 297.31º | 0.99% | 0.56% | - |
| HSV(B) | 297.31º | 0.88% | 1% | - |
| XYZ | 55.69 | 27.37 | 96.11 | - |
| YUV | 120.11 | 203.57 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 254 | 0.04 | 0.88 | 0 | 0.00 | 297.31 | 0.99 | 0.56 |
| Hex | F4 | 1F | FE | 4 | 58 | 0 | 0 | 129 | 63 | 38 |
| Octal | 364 | 37 | 376 | 4 | 130 | 0 | 0 | 451 | 143 | 70 |
| Binary | 11110100 | 11111 | 11111110 | 100 | 1011000 | 0 | 0 | 100101001 | 1100011 | 111000 |
Color Harmonies of #F41FFE
Complementary color
Monochromatic Colors of #F41FFE
Black with #F41FFE
Text Example
Text Example
White with #F41FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41FFE; }
p { color: rgb(244,31,254); }
H1.HeaderClassName
{
color: #F41FFE;
}
.AnyTagClassName
{
color: #F41FFE;
}
</style>
background-color css
<style>
a { background-color: #F41FFE; }
a { background-color: rgb(244,31,254); }
div.DivClassName
{
background-color: #F41FFE;
}
.BgClassName
{
background-color: #F41FFE;
}
</style>
border-color css
<style>
span { border-color: #F41FFE; }
span { border-color: rgb(244,31,254); }
td.TdClassName
{
border-color: #F41FFE;
}
.TagClassName
{
border-color: #F41FFE;
}
</style>