Shades of Magenta #F124ED
Tints of Magenta #F124ED
RGB
CMYK
RGB Variations
Color information
#F124ED (or 0xF124ED) is known color: Magenta. HEX triplet: F1, 24 and ED. RGB value is (241,36,237). Sum of RGB (Red+Green+Blue) = 241+36+237=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 36 (14.45% from 255 or 7.00% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F124ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124ED is #0EDB12. Grayscale: #777777. Windows color (decimal): -973587 or 15541489. OLE color: 15541489.
HSL color Cylindrical-coordinate representation of color #F124ED: 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 #F124ED is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 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.19 | 26.08 | 82.4 | - |
| YUV | 120.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 237 | 0 | 0.85 | 0.02 | 0.05 | 301.17 | 0.88 | 0.54 |
| Hex | F1 | 24 | ED | 0 | 55 | 2 | 5 | 12D | 58 | 36 |
| Octal | 361 | 44 | 355 | 0 | 125 | 2 | 5 | 455 | 130 | 66 |
| Binary | 11110001 | 100100 | 11101101 | 0 | 1010101 | 10 | 101 | 100101101 | 1011000 | 110110 |
Color Harmonies of #F124ED
Complementary color
Monochromatic Colors of #F124ED
Black with #F124ED
Text Example
Text Example
White with #F124ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124ED; }
p { color: rgb(241,36,237); }
H1.HeaderClassName
{
color: #F124ED;
}
.AnyTagClassName
{
color: #F124ED;
}
</style>
background-color css
<style>
a { background-color: #F124ED; }
a { background-color: rgb(241,36,237); }
div.DivClassName
{
background-color: #F124ED;
}
.BgClassName
{
background-color: #F124ED;
}
</style>
border-color css
<style>
span { border-color: #F124ED; }
span { border-color: rgb(241,36,237); }
td.TdClassName
{
border-color: #F124ED;
}
.TagClassName
{
border-color: #F124ED;
}
</style>