Shades of Magenta #FA20FE
Tints of Magenta #FA20FE
RGB
CMYK
RGB Variations
Color information
#FA20FE (or 0xFA20FE) is known color: Magenta. HEX triplet: FA, 20 and FE. RGB value is (250,32,254). Sum of RGB (Red+Green+Blue) = 250+32+254=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 32 (12.89% from 255 or 5.97% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA20FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA20FE is #05DF01. Grayscale: #797979. Windows color (decimal): -384770 or 16654586. OLE color: 16654586.
HSL color Cylindrical-coordinate representation of color #FA20FE: hue angle of 298.92º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA20FE is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 32 | 254 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.00 |
| HSL | 298.92º | 0.99% | 0.56% | - |
| HSV(B) | 298.92º | 0.87% | 1% | - |
| XYZ | 57.83 | 28.51 | 96.22 | - |
| YUV | 122.49 | 202.22 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 254 | 0.02 | 0.87 | 0 | 0.00 | 298.92 | 0.99 | 0.56 |
| Hex | FA | 20 | FE | 2 | 57 | 0 | 0 | 12B | 63 | 38 |
| Octal | 372 | 40 | 376 | 2 | 127 | 0 | 0 | 453 | 143 | 70 |
| Binary | 11111010 | 100000 | 11111110 | 10 | 1010111 | 0 | 0 | 100101011 | 1100011 | 111000 |
Color Harmonies of #FA20FE
Complementary color
Monochromatic Colors of #FA20FE
Black with #FA20FE
Text Example
Text Example
White with #FA20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20FE; }
p { color: rgb(250,32,254); }
H1.HeaderClassName
{
color: #FA20FE;
}
.AnyTagClassName
{
color: #FA20FE;
}
</style>
background-color css
<style>
a { background-color: #FA20FE; }
a { background-color: rgb(250,32,254); }
div.DivClassName
{
background-color: #FA20FE;
}
.BgClassName
{
background-color: #FA20FE;
}
</style>
border-color css
<style>
span { border-color: #FA20FE; }
span { border-color: rgb(250,32,254); }
td.TdClassName
{
border-color: #FA20FE;
}
.TagClassName
{
border-color: #FA20FE;
}
</style>