Shades of Magenta #F211FC
Tints of Magenta #F211FC
RGB
CMYK
RGB Variations
Color information
#F211FC (or 0xF211FC) is known color: Magenta. HEX triplet: F2, 11 and FC. RGB value is (242,17,252). Sum of RGB (Red+Green+Blue) = 242+17+252=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 17 (7.03% from 255 or 3.33% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #F211FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F211FC is #0DEE03. Grayscale: #6E6E6E. Windows color (decimal): -912900 or 16519666. OLE color: 16519666.
HSL color Cylindrical-coordinate representation of color #F211FC: hue angle of 297.45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F211FC is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 17 | 252 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.01 |
| HSL | 297.45º | 0.98% | 0.53% | - |
| HSV(B) | 297.45º | 0.93% | 0.99% | - |
| XYZ | 54.39 | 26.31 | 94.31 | - |
| YUV | 111.07 | 207.54 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 252 | 0.04 | 0.93 | 0 | 0.01 | 297.45 | 0.98 | 0.53 |
| Hex | F2 | 11 | FC | 4 | 5D | 0 | 1 | 129 | 62 | 35 |
| Octal | 362 | 21 | 374 | 4 | 135 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110010 | 10001 | 11111100 | 100 | 1011101 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F211FC
Complementary color
Monochromatic Colors of #F211FC
Black with #F211FC
Text Example
Text Example
White with #F211FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211FC; }
p { color: rgb(242,17,252); }
H1.HeaderClassName
{
color: #F211FC;
}
.AnyTagClassName
{
color: #F211FC;
}
</style>
background-color css
<style>
a { background-color: #F211FC; }
a { background-color: rgb(242,17,252); }
div.DivClassName
{
background-color: #F211FC;
}
.BgClassName
{
background-color: #F211FC;
}
</style>
border-color css
<style>
span { border-color: #F211FC; }
span { border-color: rgb(242,17,252); }
td.TdClassName
{
border-color: #F211FC;
}
.TagClassName
{
border-color: #F211FC;
}
</style>