Shades of Magenta #F214FA
Tints of Magenta #F214FA
RGB
CMYK
RGB Variations
Color information
#F214FA (or 0xF214FA) is known color: Magenta. HEX triplet: F2, 14 and FA. RGB value is (242,20,250). Sum of RGB (Red+Green+Blue) = 242+20+250=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 20 (8.20% from 255 or 3.91% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #F214FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F214FA is #0DEB05. Grayscale: #6F6F6F. Windows color (decimal): -912134 or 16389362. OLE color: 16389362.
HSL color Cylindrical-coordinate representation of color #F214FA: hue angle of 297.91º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F214FA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 20 | 250 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.02 |
| HSL | 297.91º | 0.96% | 0.53% | - |
| HSV(B) | 297.91º | 0.92% | 0.98% | - |
| XYZ | 54.12 | 26.28 | 92.66 | - |
| YUV | 112.6 | 205.55 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 250 | 0.03 | 0.92 | 0 | 0.02 | 297.91 | 0.96 | 0.53 |
| Hex | F2 | 14 | FA | 3 | 5C | 0 | 2 | 12A | 60 | 35 |
| Octal | 362 | 24 | 372 | 3 | 134 | 0 | 2 | 452 | 140 | 65 |
| Binary | 11110010 | 10100 | 11111010 | 11 | 1011100 | 0 | 10 | 100101010 | 1100000 | 110101 |
Color Harmonies of #F214FA
Complementary color
Monochromatic Colors of #F214FA
Black with #F214FA
Text Example
Text Example
White with #F214FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214FA; }
p { color: rgb(242,20,250); }
H1.HeaderClassName
{
color: #F214FA;
}
.AnyTagClassName
{
color: #F214FA;
}
</style>
background-color css
<style>
a { background-color: #F214FA; }
a { background-color: rgb(242,20,250); }
div.DivClassName
{
background-color: #F214FA;
}
.BgClassName
{
background-color: #F214FA;
}
</style>
border-color css
<style>
span { border-color: #F214FA; }
span { border-color: rgb(242,20,250); }
td.TdClassName
{
border-color: #F214FA;
}
.TagClassName
{
border-color: #F214FA;
}
</style>