Shades of Magenta #F124F1
Tints of Magenta #F124F1
RGB
CMYK
RGB Variations
Color information
#F124F1 (or 0xF124F1) is known color: Magenta. HEX triplet: F1, 24 and F1. RGB value is (241,36,241). Sum of RGB (Red+Green+Blue) = 241+36+241=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F124F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124F1 is #0EDB0E. Grayscale: #787878. Windows color (decimal): -973583 or 15803633. OLE color: 15803633.
HSL color Cylindrical-coordinate representation of color #F124F1: hue angle of 300º 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 #F124F1 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 241 | - |
| CMYK | 0 | 0.85 | 0 | 0.05 |
| HSL | 300º | 0.88% | 0.54% | - |
| HSV(B) | 300º | 0.85% | 0.95% | - |
| XYZ | 52.78 | 26.31 | 85.52 | - |
| YUV | 120.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 241 | 0 | 0.85 | 0 | 0.05 | 300 | 0.88 | 0.54 |
| Hex | F1 | 24 | F1 | 0 | 55 | 0 | 5 | 12C | 58 | 36 |
| Octal | 361 | 44 | 361 | 0 | 125 | 0 | 5 | 454 | 130 | 66 |
| Binary | 11110001 | 100100 | 11110001 | 0 | 1010101 | 0 | 101 | 100101100 | 1011000 | 110110 |
Color Harmonies of #F124F1
Complementary color
Monochromatic Colors of #F124F1
Black with #F124F1
Text Example
Text Example
White with #F124F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124F1; }
p { color: rgb(241,36,241); }
H1.HeaderClassName
{
color: #F124F1;
}
.AnyTagClassName
{
color: #F124F1;
}
</style>
background-color css
<style>
a { background-color: #F124F1; }
a { background-color: rgb(241,36,241); }
div.DivClassName
{
background-color: #F124F1;
}
.BgClassName
{
background-color: #F124F1;
}
</style>
border-color css
<style>
span { border-color: #F124F1; }
span { border-color: rgb(241,36,241); }
td.TdClassName
{
border-color: #F124F1;
}
.TagClassName
{
border-color: #F124F1;
}
</style>