Shades of Magenta #FA21ED
Tints of Magenta #FA21ED
RGB
CMYK
RGB Variations
Color information
#FA21ED (or 0xFA21ED) is known color: Magenta. HEX triplet: FA, 21 and ED. RGB value is (250,33,237). Sum of RGB (Red+Green+Blue) = 250+33+237=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 33 (13.28% from 255 or 6.35% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA21ED is #05DE12. Grayscale: #787878. Windows color (decimal): -384531 or 15540730. OLE color: 15540730.
HSL color Cylindrical-coordinate representation of color #FA21ED: hue angle of 303.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA21ED is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 237 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.02 |
| HSL | 303.59º | 0.96% | 0.55% | - |
| HSV(B) | 303.59º | 0.87% | 0.98% | - |
| XYZ | 55.25 | 27.53 | 82.52 | - |
| YUV | 121.14 | 193.39 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 237 | 0 | 0.87 | 0.05 | 0.02 | 303.59 | 0.96 | 0.55 |
| Hex | FA | 21 | ED | 0 | 57 | 5 | 2 | 130 | 60 | 37 |
| Octal | 372 | 41 | 355 | 0 | 127 | 5 | 2 | 460 | 140 | 67 |
| Binary | 11111010 | 100001 | 11101101 | 0 | 1010111 | 101 | 10 | 100110000 | 1100000 | 110111 |
Color Harmonies of #FA21ED
Complementary color
Monochromatic Colors of #FA21ED
Black with #FA21ED
Text Example
Text Example
White with #FA21ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA21ED; }
p { color: rgb(250,33,237); }
H1.HeaderClassName
{
color: #FA21ED;
}
.AnyTagClassName
{
color: #FA21ED;
}
</style>
background-color css
<style>
a { background-color: #FA21ED; }
a { background-color: rgb(250,33,237); }
div.DivClassName
{
background-color: #FA21ED;
}
.BgClassName
{
background-color: #FA21ED;
}
</style>
border-color css
<style>
span { border-color: #FA21ED; }
span { border-color: rgb(250,33,237); }
td.TdClassName
{
border-color: #FA21ED;
}
.TagClassName
{
border-color: #FA21ED;
}
</style>