Shades of Magenta #F211F3
Tints of Magenta #F211F3
RGB
CMYK
RGB Variations
Color information
#F211F3 (or 0xF211F3) is known color: Magenta. HEX triplet: F2, 11 and F3. RGB value is (242,17,243). Sum of RGB (Red+Green+Blue) = 242+17+243=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 17 (7.03% from 255 or 3.39% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #F211F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F211F3 is #0DEE0C. Grayscale: #6D6D6D. Windows color (decimal): -912909 or 15929842. OLE color: 15929842.
HSL color Cylindrical-coordinate representation of color #F211F3: hue angle of 299.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F211F3 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 243 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.05 |
| HSL | 299.73º | 0.9% | 0.51% | - |
| HSV(B) | 299.73º | 0.93% | 0.95% | - |
| XYZ | 53 | 25.75 | 86.97 | - |
| YUV | 110.04 | 203.04 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 243 | 0.00 | 0.93 | 0 | 0.05 | 299.73 | 0.9 | 0.51 |
| Hex | F2 | 11 | F3 | 0 | 5D | 0 | 5 | 12C | 5A | 33 |
| Octal | 362 | 21 | 363 | 0 | 135 | 0 | 5 | 454 | 132 | 63 |
| Binary | 11110010 | 10001 | 11110011 | 0 | 1011101 | 0 | 101 | 100101100 | 1011010 | 110011 |
Color Harmonies of #F211F3
Complementary color
Monochromatic Colors of #F211F3
Black with #F211F3
Text Example
Text Example
White with #F211F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211F3; }
p { color: rgb(242,17,243); }
H1.HeaderClassName
{
color: #F211F3;
}
.AnyTagClassName
{
color: #F211F3;
}
</style>
background-color css
<style>
a { background-color: #F211F3; }
a { background-color: rgb(242,17,243); }
div.DivClassName
{
background-color: #F211F3;
}
.BgClassName
{
background-color: #F211F3;
}
</style>
border-color css
<style>
span { border-color: #F211F3; }
span { border-color: rgb(242,17,243); }
td.TdClassName
{
border-color: #F211F3;
}
.TagClassName
{
border-color: #F211F3;
}
</style>