Shades of Magenta #FF21ED
Tints of Magenta #FF21ED
RGB
CMYK
RGB Variations
Color information
#FF21ED (or 0xFF21ED) is known color: Magenta. HEX triplet: FF, 21 and ED. RGB value is (255,33,237). Sum of RGB (Red+Green+Blue) = 255+33+237=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 33 (13.28% from 255 or 6.29% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF21ED is #00DE12. Grayscale: #7A7A7A. Windows color (decimal): -56851 or 15540735. OLE color: 15540735.
HSL color Cylindrical-coordinate representation of color #FF21ED: hue angle of 304.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF21ED is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 237 | - |
| CMYK | 0 | 0.87 | 0.07 | 0 |
| HSL | 304.86º | 1% | 0.56% | - |
| HSV(B) | 304.86º | 0.87% | 1% | - |
| XYZ | 57.07 | 28.46 | 82.61 | - |
| YUV | 122.63 | 192.55 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 237 | 0 | 0.87 | 0.07 | 0 | 304.86 | 1 | 0.56 |
| Hex | FF | 21 | ED | 0 | 57 | 7 | 0 | 131 | 64 | 38 |
| Octal | 377 | 41 | 355 | 0 | 127 | 7 | 0 | 461 | 144 | 70 |
| Binary | 11111111 | 100001 | 11101101 | 0 | 1010111 | 111 | 0 | 100110001 | 1100100 | 111000 |
Color Harmonies of #FF21ED
Complementary color
Monochromatic Colors of #FF21ED
Black with #FF21ED
Text Example
Text Example
White with #FF21ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21ED; }
p { color: rgb(255,33,237); }
H1.HeaderClassName
{
color: #FF21ED;
}
.AnyTagClassName
{
color: #FF21ED;
}
</style>
background-color css
<style>
a { background-color: #FF21ED; }
a { background-color: rgb(255,33,237); }
div.DivClassName
{
background-color: #FF21ED;
}
.BgClassName
{
background-color: #FF21ED;
}
</style>
border-color css
<style>
span { border-color: #FF21ED; }
span { border-color: rgb(255,33,237); }
td.TdClassName
{
border-color: #FF21ED;
}
.TagClassName
{
border-color: #FF21ED;
}
</style>