Shades of Magenta #F214FE
Tints of Magenta #F214FE
RGB
CMYK
RGB Variations
Color information
#F214FE (or 0xF214FE) is known color: Magenta. HEX triplet: F2, 14 and FE. RGB value is (242,20,254). Sum of RGB (Red+Green+Blue) = 242+20+254=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 20 (8.20% from 255 or 3.88% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #F214FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F214FE is #0DEB01. Grayscale: #707070. Windows color (decimal): -912130 or 16651506. OLE color: 16651506.
HSL color Cylindrical-coordinate representation of color #F214FE: hue angle of 296.92º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F214FE is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 20 | 254 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.00 |
| HSL | 296.92º | 0.99% | 0.54% | - |
| HSV(B) | 296.92º | 0.92% | 1% | - |
| XYZ | 54.76 | 26.53 | 96 | - |
| YUV | 113.05 | 207.55 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 254 | 0.05 | 0.92 | 0 | 0.00 | 296.92 | 0.99 | 0.54 |
| Hex | F2 | 14 | FE | 5 | 5C | 0 | 0 | 129 | 63 | 36 |
| Octal | 362 | 24 | 376 | 5 | 134 | 0 | 0 | 451 | 143 | 66 |
| Binary | 11110010 | 10100 | 11111110 | 101 | 1011100 | 0 | 0 | 100101001 | 1100011 | 110110 |
Color Harmonies of #F214FE
Complementary color
Monochromatic Colors of #F214FE
Black with #F214FE
Text Example
Text Example
White with #F214FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214FE; }
p { color: rgb(242,20,254); }
H1.HeaderClassName
{
color: #F214FE;
}
.AnyTagClassName
{
color: #F214FE;
}
</style>
background-color css
<style>
a { background-color: #F214FE; }
a { background-color: rgb(242,20,254); }
div.DivClassName
{
background-color: #F214FE;
}
.BgClassName
{
background-color: #F214FE;
}
</style>
border-color css
<style>
span { border-color: #F214FE; }
span { border-color: rgb(242,20,254); }
td.TdClassName
{
border-color: #F214FE;
}
.TagClassName
{
border-color: #F214FE;
}
</style>