Shades of Magenta #F021ED
Tints of Magenta #F021ED
RGB
CMYK
RGB Variations
Color information
#F021ED (or 0xF021ED) is known color: Magenta. HEX triplet: F0, 21 and ED. RGB value is (240,33,237). Sum of RGB (Red+Green+Blue) = 240+33+237=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 33 (13.28% from 255 or 6.47% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F021ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F021ED is #0FDE12. Grayscale: #757575. Windows color (decimal): -1039891 or 15540720. OLE color: 15540720.
HSL color Cylindrical-coordinate representation of color #F021ED: hue angle of 300.87º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F021ED is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 237 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.06 |
| HSL | 300.87º | 0.87% | 0.54% | - |
| HSV(B) | 300.87º | 0.86% | 0.94% | - |
| XYZ | 51.77 | 25.73 | 82.36 | - |
| YUV | 118.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 237 | 0 | 0.86 | 0.01 | 0.06 | 300.87 | 0.87 | 0.54 |
| Hex | F0 | 21 | ED | 0 | 56 | 1 | 6 | 12D | 57 | 36 |
| Octal | 360 | 41 | 355 | 0 | 126 | 1 | 6 | 455 | 127 | 66 |
| Binary | 11110000 | 100001 | 11101101 | 0 | 1010110 | 1 | 110 | 100101101 | 1010111 | 110110 |
Color Harmonies of #F021ED
Complementary color
Monochromatic Colors of #F021ED
Black with #F021ED
Text Example
Text Example
White with #F021ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F021ED; }
p { color: rgb(240,33,237); }
H1.HeaderClassName
{
color: #F021ED;
}
.AnyTagClassName
{
color: #F021ED;
}
</style>
background-color css
<style>
a { background-color: #F021ED; }
a { background-color: rgb(240,33,237); }
div.DivClassName
{
background-color: #F021ED;
}
.BgClassName
{
background-color: #F021ED;
}
</style>
border-color css
<style>
span { border-color: #F021ED; }
span { border-color: rgb(240,33,237); }
td.TdClassName
{
border-color: #F021ED;
}
.TagClassName
{
border-color: #F021ED;
}
</style>