Shades of Magenta #F40FFF
Tints of Magenta #F40FFF
RGB
CMYK
RGB Variations
Color information
#F40FFF (or 0xF40FFF) is known color: Magenta. HEX triplet: F4, 0F and FF. RGB value is (244,15,255). Sum of RGB (Red+Green+Blue) = 244+15+255=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 15 (6.25% from 255 or 2.92% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #F40FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40FFF is #0BF000. Grayscale: #6E6E6E. Windows color (decimal): -782337 or 16715764. OLE color: 16715764.
HSL color Cylindrical-coordinate representation of color #F40FFF: hue angle of 297.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FFF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 15 | 255 | - |
| CMYK | 0.04 | 0.94 | 0 | 0 |
| HSL | 297.25º | 1% | 0.53% | - |
| HSV(B) | 297.25º | 0.94% | 1% | - |
| XYZ | 55.53 | 26.79 | 96.85 | - |
| YUV | 110.83 | 209.37 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 255 | 0.04 | 0.94 | 0 | 0 | 297.25 | 1 | 0.53 |
| Hex | F4 | F | FF | 4 | 5E | 0 | 0 | 129 | 64 | 35 |
| Octal | 364 | 17 | 377 | 4 | 136 | 0 | 0 | 451 | 144 | 65 |
| Binary | 11110100 | 1111 | 11111111 | 100 | 1011110 | 0 | 0 | 100101001 | 1100100 | 110101 |
Color Harmonies of #F40FFF
Complementary color
Monochromatic Colors of #F40FFF
Black with #F40FFF
Text Example
Text Example
White with #F40FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FFF; }
p { color: rgb(244,15,255); }
H1.HeaderClassName
{
color: #F40FFF;
}
.AnyTagClassName
{
color: #F40FFF;
}
</style>
background-color css
<style>
a { background-color: #F40FFF; }
a { background-color: rgb(244,15,255); }
div.DivClassName
{
background-color: #F40FFF;
}
.BgClassName
{
background-color: #F40FFF;
}
</style>
border-color css
<style>
span { border-color: #F40FFF; }
span { border-color: rgb(244,15,255); }
td.TdClassName
{
border-color: #F40FFF;
}
.TagClassName
{
border-color: #F40FFF;
}
</style>