Shades of Magenta #F212FE
Tints of Magenta #F212FE
RGB
CMYK
RGB Variations
Color information
#F212FE (or 0xF212FE) is known color: Magenta. HEX triplet: F2, 12 and FE. RGB value is (242,18,254). Sum of RGB (Red+Green+Blue) = 242+18+254=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 18 (7.42% from 255 or 3.50% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #F212FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F212FE is #0DED01. Grayscale: #6F6F6F. Windows color (decimal): -912642 or 16650994. OLE color: 16650994.
HSL color Cylindrical-coordinate representation of color #F212FE: hue angle of 296.95º 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 #F212FE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 18 | 254 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.00 |
| HSL | 296.95º | 0.99% | 0.53% | - |
| HSV(B) | 296.95º | 0.93% | 1% | - |
| XYZ | 54.72 | 26.47 | 95.99 | - |
| YUV | 111.88 | 208.21 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 254 | 0.05 | 0.93 | 0 | 0.00 | 296.95 | 0.99 | 0.53 |
| Hex | F2 | 12 | FE | 5 | 5D | 0 | 0 | 129 | 63 | 35 |
| Octal | 362 | 22 | 376 | 5 | 135 | 0 | 0 | 451 | 143 | 65 |
| Binary | 11110010 | 10010 | 11111110 | 101 | 1011101 | 0 | 0 | 100101001 | 1100011 | 110101 |
Color Harmonies of #F212FE
Complementary color
Monochromatic Colors of #F212FE
Black with #F212FE
Text Example
Text Example
White with #F212FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212FE; }
p { color: rgb(242,18,254); }
H1.HeaderClassName
{
color: #F212FE;
}
.AnyTagClassName
{
color: #F212FE;
}
</style>
background-color css
<style>
a { background-color: #F212FE; }
a { background-color: rgb(242,18,254); }
div.DivClassName
{
background-color: #F212FE;
}
.BgClassName
{
background-color: #F212FE;
}
</style>
border-color css
<style>
span { border-color: #F212FE; }
span { border-color: rgb(242,18,254); }
td.TdClassName
{
border-color: #F212FE;
}
.TagClassName
{
border-color: #F212FE;
}
</style>