Shades of Magenta #F124FF
Tints of Magenta #F124FF
RGB
CMYK
RGB Variations
Color information
#F124FF (or 0xF124FF) is known color: Magenta. HEX triplet: F1, 24 and FF. RGB value is (241,36,255). Sum of RGB (Red+Green+Blue) = 241+36+255=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 36 (14.45% from 255 or 6.77% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #F124FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124FF is #0EDB00. Grayscale: #797979. Windows color (decimal): -973569 or 16721137. OLE color: 16721137.
HSL color Cylindrical-coordinate representation of color #F124FF: hue angle of 296.16º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F124FF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 36 | 255 | - |
| CMYK | 0.05 | 0.86 | 0 | 0 |
| HSL | 296.16º | 1% | 0.57% | - |
| HSV(B) | 296.16º | 0.86% | 1% | - |
| XYZ | 54.96 | 27.18 | 96.96 | - |
| YUV | 122.26 | 202.92 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 255 | 0.05 | 0.86 | 0 | 0 | 296.16 | 1 | 0.57 |
| Hex | F1 | 24 | FF | 5 | 56 | 0 | 0 | 128 | 64 | 39 |
| Octal | 361 | 44 | 377 | 5 | 126 | 0 | 0 | 450 | 144 | 71 |
| Binary | 11110001 | 100100 | 11111111 | 101 | 1010110 | 0 | 0 | 100101000 | 1100100 | 111001 |
Color Harmonies of #F124FF
Complementary color
Monochromatic Colors of #F124FF
Black with #F124FF
Text Example
Text Example
White with #F124FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124FF; }
p { color: rgb(241,36,255); }
H1.HeaderClassName
{
color: #F124FF;
}
.AnyTagClassName
{
color: #F124FF;
}
</style>
background-color css
<style>
a { background-color: #F124FF; }
a { background-color: rgb(241,36,255); }
div.DivClassName
{
background-color: #F124FF;
}
.BgClassName
{
background-color: #F124FF;
}
</style>
border-color css
<style>
span { border-color: #F124FF; }
span { border-color: rgb(241,36,255); }
td.TdClassName
{
border-color: #F124FF;
}
.TagClassName
{
border-color: #F124FF;
}
</style>