Shades of Magenta #F124EF
Tints of Magenta #F124EF
RGB
CMYK
RGB Variations
Color information
#F124EF (or 0xF124EF) is known color: Magenta. HEX triplet: F1, 24 and EF. RGB value is (241,36,239). Sum of RGB (Red+Green+Blue) = 241+36+239=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 36 (14.45% from 255 or 6.98% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F124EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124EF is #0EDB10. Grayscale: #777777. Windows color (decimal): -973585 or 15672561. OLE color: 15672561.
HSL color Cylindrical-coordinate representation of color #F124EF: hue angle of 300.59º 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 #F124EF is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 239 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.05 |
| HSL | 300.59º | 0.88% | 0.54% | - |
| HSV(B) | 300.59º | 0.85% | 0.95% | - |
| XYZ | 52.49 | 26.19 | 83.95 | - |
| YUV | 120.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 239 | 0 | 0.85 | 0.01 | 0.05 | 300.59 | 0.88 | 0.54 |
| Hex | F1 | 24 | EF | 0 | 55 | 1 | 5 | 12D | 58 | 36 |
| Octal | 361 | 44 | 357 | 0 | 125 | 1 | 5 | 455 | 130 | 66 |
| Binary | 11110001 | 100100 | 11101111 | 0 | 1010101 | 1 | 101 | 100101101 | 1011000 | 110110 |
Color Harmonies of #F124EF
Complementary color
Monochromatic Colors of #F124EF
Black with #F124EF
Text Example
Text Example
White with #F124EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124EF; }
p { color: rgb(241,36,239); }
H1.HeaderClassName
{
color: #F124EF;
}
.AnyTagClassName
{
color: #F124EF;
}
</style>
background-color css
<style>
a { background-color: #F124EF; }
a { background-color: rgb(241,36,239); }
div.DivClassName
{
background-color: #F124EF;
}
.BgClassName
{
background-color: #F124EF;
}
</style>
border-color css
<style>
span { border-color: #F124EF; }
span { border-color: rgb(241,36,239); }
td.TdClassName
{
border-color: #F124EF;
}
.TagClassName
{
border-color: #F124EF;
}
</style>