Shades of Magenta #FA21FE
Tints of Magenta #FA21FE
RGB
CMYK
RGB Variations
Color information
#FA21FE (or 0xFA21FE) is known color: Magenta. HEX triplet: FA, 21 and FE. RGB value is (250,33,254). Sum of RGB (Red+Green+Blue) = 250+33+254=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 33 (13.28% from 255 or 6.15% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA21FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA21FE is #05DE01. Grayscale: #7A7A7A. Windows color (decimal): -384514 or 16654842. OLE color: 16654842.
HSL color Cylindrical-coordinate representation of color #FA21FE: hue angle of 298.91º 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 #FA21FE is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 33 | 254 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.00 |
| HSL | 298.91º | 0.99% | 0.56% | - |
| HSV(B) | 298.91º | 0.87% | 1% | - |
| XYZ | 57.86 | 28.57 | 96.23 | - |
| YUV | 123.08 | 201.89 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 254 | 0.02 | 0.87 | 0 | 0.00 | 298.91 | 0.99 | 0.56 |
| Hex | FA | 21 | FE | 2 | 57 | 0 | 0 | 12B | 63 | 38 |
| Octal | 372 | 41 | 376 | 2 | 127 | 0 | 0 | 453 | 143 | 70 |
| Binary | 11111010 | 100001 | 11111110 | 10 | 1010111 | 0 | 0 | 100101011 | 1100011 | 111000 |
Color Harmonies of #FA21FE
Complementary color
Monochromatic Colors of #FA21FE
Black with #FA21FE
Text Example
Text Example
White with #FA21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA21FE; }
p { color: rgb(250,33,254); }
H1.HeaderClassName
{
color: #FA21FE;
}
.AnyTagClassName
{
color: #FA21FE;
}
</style>
background-color css
<style>
a { background-color: #FA21FE; }
a { background-color: rgb(250,33,254); }
div.DivClassName
{
background-color: #FA21FE;
}
.BgClassName
{
background-color: #FA21FE;
}
</style>
border-color css
<style>
span { border-color: #FA21FE; }
span { border-color: rgb(250,33,254); }
td.TdClassName
{
border-color: #FA21FE;
}
.TagClassName
{
border-color: #FA21FE;
}
</style>