Shades of Magenta #F11FF0
Tints of Magenta #F11FF0
RGB
CMYK
RGB Variations
Color information
#F11FF0 (or 0xF11FF0) is known color: Magenta. HEX triplet: F1, 1F and F0. RGB value is (241,31,240). Sum of RGB (Red+Green+Blue) = 241+31+240=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11FF0 is #0EE00F. Grayscale: #747474. Windows color (decimal): -974864 or 15736817. OLE color: 15736817.
HSL color Cylindrical-coordinate representation of color #F11FF0: hue angle of 300.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11FF0 is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 240 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.05 |
| HSL | 300.29º | 0.88% | 0.53% | - |
| HSV(B) | 300.29º | 0.87% | 0.95% | - |
| XYZ | 52.49 | 25.97 | 84.68 | - |
| YUV | 117.62 | 197.07 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 240 | 0 | 0.87 | 0.00 | 0.05 | 300.29 | 0.88 | 0.53 |
| Hex | F1 | 1F | F0 | 0 | 57 | 0 | 5 | 12C | 58 | 35 |
| Octal | 361 | 37 | 360 | 0 | 127 | 0 | 5 | 454 | 130 | 65 |
| Binary | 11110001 | 11111 | 11110000 | 0 | 1010111 | 0 | 101 | 100101100 | 1011000 | 110101 |
Color Harmonies of #F11FF0
Complementary color
Monochromatic Colors of #F11FF0
Black with #F11FF0
Text Example
Text Example
White with #F11FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11FF0; }
p { color: rgb(241,31,240); }
H1.HeaderClassName
{
color: #F11FF0;
}
.AnyTagClassName
{
color: #F11FF0;
}
</style>
background-color css
<style>
a { background-color: #F11FF0; }
a { background-color: rgb(241,31,240); }
div.DivClassName
{
background-color: #F11FF0;
}
.BgClassName
{
background-color: #F11FF0;
}
</style>
border-color css
<style>
span { border-color: #F11FF0; }
span { border-color: rgb(241,31,240); }
td.TdClassName
{
border-color: #F11FF0;
}
.TagClassName
{
border-color: #F11FF0;
}
</style>