Shades of Magenta #F123ED
Tints of Magenta #F123ED
RGB
CMYK
RGB Variations
Color information
#F123ED (or 0xF123ED) is known color: Magenta. HEX triplet: F1, 23 and ED. RGB value is (241,35,237). Sum of RGB (Red+Green+Blue) = 241+35+237=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 35 (14.06% from 255 or 6.82% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F123ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123ED is #0EDC12. Grayscale: #777777. Windows color (decimal): -973843 or 15541233. OLE color: 15541233.
HSL color Cylindrical-coordinate representation of color #F123ED: hue angle of 301.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F123ED is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 237 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.05 |
| HSL | 301.17º | 0.88% | 0.54% | - |
| HSV(B) | 301.17º | 0.85% | 0.95% | - |
| XYZ | 52.16 | 26.02 | 82.39 | - |
| YUV | 119.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 237 | 0 | 0.85 | 0.02 | 0.05 | 301.17 | 0.88 | 0.54 |
| Hex | F1 | 23 | ED | 0 | 55 | 2 | 5 | 12D | 58 | 36 |
| Octal | 361 | 43 | 355 | 0 | 125 | 2 | 5 | 455 | 130 | 66 |
| Binary | 11110001 | 100011 | 11101101 | 0 | 1010101 | 10 | 101 | 100101101 | 1011000 | 110110 |
Color Harmonies of #F123ED
Complementary color
Monochromatic Colors of #F123ED
Black with #F123ED
Text Example
Text Example
White with #F123ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123ED; }
p { color: rgb(241,35,237); }
H1.HeaderClassName
{
color: #F123ED;
}
.AnyTagClassName
{
color: #F123ED;
}
</style>
background-color css
<style>
a { background-color: #F123ED; }
a { background-color: rgb(241,35,237); }
div.DivClassName
{
background-color: #F123ED;
}
.BgClassName
{
background-color: #F123ED;
}
</style>
border-color css
<style>
span { border-color: #F123ED; }
span { border-color: rgb(241,35,237); }
td.TdClassName
{
border-color: #F123ED;
}
.TagClassName
{
border-color: #F123ED;
}
</style>