Shades of Magenta #F211FE
Tints of Magenta #F211FE
RGB
CMYK
RGB Variations
Color information
#F211FE (or 0xF211FE) is known color: Magenta. HEX triplet: F2, 11 and FE. RGB value is (242,17,254). Sum of RGB (Red+Green+Blue) = 242+17+254=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 17 (7.03% from 255 or 3.31% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #F211FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F211FE is #0DEE01. Grayscale: #6E6E6E. Windows color (decimal): -912898 or 16650738. OLE color: 16650738.
HSL color Cylindrical-coordinate representation of color #F211FE: hue angle of 296.96º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F211FE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 17 | 254 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.00 |
| HSL | 296.96º | 0.99% | 0.53% | - |
| HSV(B) | 296.96º | 0.93% | 1% | - |
| XYZ | 54.71 | 26.43 | 95.98 | - |
| YUV | 111.29 | 208.54 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 254 | 0.05 | 0.93 | 0 | 0.00 | 296.96 | 0.99 | 0.53 |
| Hex | F2 | 11 | FE | 5 | 5D | 0 | 0 | 129 | 63 | 35 |
| Octal | 362 | 21 | 376 | 5 | 135 | 0 | 0 | 451 | 143 | 65 |
| Binary | 11110010 | 10001 | 11111110 | 101 | 1011101 | 0 | 0 | 100101001 | 1100011 | 110101 |
Color Harmonies of #F211FE
Complementary color
Monochromatic Colors of #F211FE
Black with #F211FE
Text Example
Text Example
White with #F211FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211FE; }
p { color: rgb(242,17,254); }
H1.HeaderClassName
{
color: #F211FE;
}
.AnyTagClassName
{
color: #F211FE;
}
</style>
background-color css
<style>
a { background-color: #F211FE; }
a { background-color: rgb(242,17,254); }
div.DivClassName
{
background-color: #F211FE;
}
.BgClassName
{
background-color: #F211FE;
}
</style>
border-color css
<style>
span { border-color: #F211FE; }
span { border-color: rgb(242,17,254); }
td.TdClassName
{
border-color: #F211FE;
}
.TagClassName
{
border-color: #F211FE;
}
</style>