Shades of Magenta #F41FFF
Tints of Magenta #F41FFF
RGB
CMYK
RGB Variations
Color information
#F41FFF (or 0xF41FFF) is known color: Magenta. HEX triplet: F4, 1F and FF. RGB value is (244,31,255). Sum of RGB (Red+Green+Blue) = 244+31+255=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 31 (12.5% from 255 or 5.85% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #F41FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41FFF is #0BE000. Grayscale: #777777. Windows color (decimal): -778241 or 16719860. OLE color: 16719860.
HSL color Cylindrical-coordinate representation of color #F41FFF: hue angle of 297.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41FFF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 31 | 255 | - |
| CMYK | 0.04 | 0.88 | 0 | 0 |
| HSL | 297.05º | 1% | 0.56% | - |
| HSV(B) | 297.05º | 0.88% | 1% | - |
| XYZ | 55.85 | 27.43 | 96.96 | - |
| YUV | 120.22 | 204.07 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 255 | 0.04 | 0.88 | 0 | 0 | 297.05 | 1 | 0.56 |
| Hex | F4 | 1F | FF | 4 | 58 | 0 | 0 | 129 | 64 | 38 |
| Octal | 364 | 37 | 377 | 4 | 130 | 0 | 0 | 451 | 144 | 70 |
| Binary | 11110100 | 11111 | 11111111 | 100 | 1011000 | 0 | 0 | 100101001 | 1100100 | 111000 |
Color Harmonies of #F41FFF
Complementary color
Monochromatic Colors of #F41FFF
Black with #F41FFF
Text Example
Text Example
White with #F41FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41FFF; }
p { color: rgb(244,31,255); }
H1.HeaderClassName
{
color: #F41FFF;
}
.AnyTagClassName
{
color: #F41FFF;
}
</style>
background-color css
<style>
a { background-color: #F41FFF; }
a { background-color: rgb(244,31,255); }
div.DivClassName
{
background-color: #F41FFF;
}
.BgClassName
{
background-color: #F41FFF;
}
</style>
border-color css
<style>
span { border-color: #F41FFF; }
span { border-color: rgb(244,31,255); }
td.TdClassName
{
border-color: #F41FFF;
}
.TagClassName
{
border-color: #F41FFF;
}
</style>