Shades of Magenta #F121ED
Tints of Magenta #F121ED
RGB
CMYK
RGB Variations
Color information
#F121ED (or 0xF121ED) is known color: Magenta. HEX triplet: F1, 21 and ED. RGB value is (241,33,237). Sum of RGB (Red+Green+Blue) = 241+33+237=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 33 (13.28% from 255 or 6.46% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F121ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121ED is #0EDE12. Grayscale: #757575. Windows color (decimal): -974355 or 15540721. OLE color: 15540721.
HSL color Cylindrical-coordinate representation of color #F121ED: hue angle of 301.15º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F121ED is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 237 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.15º | 0.88% | 0.54% | - |
| HSV(B) | 301.15º | 0.86% | 0.95% | - |
| XYZ | 52.11 | 25.9 | 82.37 | - |
| YUV | 118.45 | 194.91 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 237 | 0 | 0.86 | 0.02 | 0.05 | 301.15 | 0.88 | 0.54 |
| Hex | F1 | 21 | ED | 0 | 56 | 2 | 5 | 12D | 58 | 36 |
| Octal | 361 | 41 | 355 | 0 | 126 | 2 | 5 | 455 | 130 | 66 |
| Binary | 11110001 | 100001 | 11101101 | 0 | 1010110 | 10 | 101 | 100101101 | 1011000 | 110110 |
Color Harmonies of #F121ED
Complementary color
Monochromatic Colors of #F121ED
Black with #F121ED
Text Example
Text Example
White with #F121ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121ED; }
p { color: rgb(241,33,237); }
H1.HeaderClassName
{
color: #F121ED;
}
.AnyTagClassName
{
color: #F121ED;
}
</style>
background-color css
<style>
a { background-color: #F121ED; }
a { background-color: rgb(241,33,237); }
div.DivClassName
{
background-color: #F121ED;
}
.BgClassName
{
background-color: #F121ED;
}
</style>
border-color css
<style>
span { border-color: #F121ED; }
span { border-color: rgb(241,33,237); }
td.TdClassName
{
border-color: #F121ED;
}
.TagClassName
{
border-color: #F121ED;
}
</style>