Shades of Magenta #F213FE
Tints of Magenta #F213FE
RGB
CMYK
RGB Variations
Color information
#F213FE (or 0xF213FE) is known color: Magenta. HEX triplet: F2, 13 and FE. RGB value is (242,19,254). Sum of RGB (Red+Green+Blue) = 242+19+254=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 19 (7.81% from 255 or 3.69% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #F213FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213FE is #0DEC01. Grayscale: #6F6F6F. Windows color (decimal): -912386 or 16651250. OLE color: 16651250.
HSL color Cylindrical-coordinate representation of color #F213FE: hue angle of 296.94º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F213FE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 19 | 254 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.00 |
| HSL | 296.94º | 0.99% | 0.54% | - |
| HSV(B) | 296.94º | 0.93% | 1% | - |
| XYZ | 54.74 | 26.5 | 96 | - |
| YUV | 112.47 | 207.88 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 254 | 0.05 | 0.93 | 0 | 0.00 | 296.94 | 0.99 | 0.54 |
| Hex | F2 | 13 | FE | 5 | 5D | 0 | 0 | 129 | 63 | 36 |
| Octal | 362 | 23 | 376 | 5 | 135 | 0 | 0 | 451 | 143 | 66 |
| Binary | 11110010 | 10011 | 11111110 | 101 | 1011101 | 0 | 0 | 100101001 | 1100011 | 110110 |
Color Harmonies of #F213FE
Complementary color
Monochromatic Colors of #F213FE
Black with #F213FE
Text Example
Text Example
White with #F213FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213FE; }
p { color: rgb(242,19,254); }
H1.HeaderClassName
{
color: #F213FE;
}
.AnyTagClassName
{
color: #F213FE;
}
</style>
background-color css
<style>
a { background-color: #F213FE; }
a { background-color: rgb(242,19,254); }
div.DivClassName
{
background-color: #F213FE;
}
.BgClassName
{
background-color: #F213FE;
}
</style>
border-color css
<style>
span { border-color: #F213FE; }
span { border-color: rgb(242,19,254); }
td.TdClassName
{
border-color: #F213FE;
}
.TagClassName
{
border-color: #F213FE;
}
</style>