Shades of Magenta #F120ED
Tints of Magenta #F120ED
RGB
CMYK
RGB Variations
Color information
#F120ED (or 0xF120ED) is known color: Magenta. HEX triplet: F1, 20 and ED. RGB value is (241,32,237). Sum of RGB (Red+Green+Blue) = 241+32+237=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 32 (12.89% from 255 or 6.27% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F120ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F120ED is #0EDF12. Grayscale: #757575. Windows color (decimal): -974611 or 15540465. OLE color: 15540465.
HSL color Cylindrical-coordinate representation of color #F120ED: 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.87%. Process color model (Four color, CMYK) of #F120ED is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 237 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.05 |
| HSL | 301.15º | 0.88% | 0.54% | - |
| HSV(B) | 301.15º | 0.87% | 0.95% | - |
| XYZ | 52.08 | 25.85 | 82.37 | - |
| YUV | 117.86 | 195.24 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 237 | 0 | 0.87 | 0.02 | 0.05 | 301.15 | 0.88 | 0.54 |
| Hex | F1 | 20 | ED | 0 | 57 | 2 | 5 | 12D | 58 | 36 |
| Octal | 361 | 40 | 355 | 0 | 127 | 2 | 5 | 455 | 130 | 66 |
| Binary | 11110001 | 100000 | 11101101 | 0 | 1010111 | 10 | 101 | 100101101 | 1011000 | 110110 |
Color Harmonies of #F120ED
Complementary color
Monochromatic Colors of #F120ED
Black with #F120ED
Text Example
Text Example
White with #F120ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120ED; }
p { color: rgb(241,32,237); }
H1.HeaderClassName
{
color: #F120ED;
}
.AnyTagClassName
{
color: #F120ED;
}
</style>
background-color css
<style>
a { background-color: #F120ED; }
a { background-color: rgb(241,32,237); }
div.DivClassName
{
background-color: #F120ED;
}
.BgClassName
{
background-color: #F120ED;
}
</style>
border-color css
<style>
span { border-color: #F120ED; }
span { border-color: rgb(241,32,237); }
td.TdClassName
{
border-color: #F120ED;
}
.TagClassName
{
border-color: #F120ED;
}
</style>