Shades of Magenta #F122F3
Tints of Magenta #F122F3
RGB
CMYK
RGB Variations
Color information
#F122F3 (or 0xF122F3) is known color: Magenta. HEX triplet: F1, 22 and F3. RGB value is (241,34,243). Sum of RGB (Red+Green+Blue) = 241+34+243=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 34 (13.67% from 255 or 6.56% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #F122F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122F3 is #0EDD0C. Grayscale: #777777. Windows color (decimal): -974093 or 15934193. OLE color: 15934193.
HSL color Cylindrical-coordinate representation of color #F122F3: hue angle of 299.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122F3 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 243 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.05 |
| HSL | 299.43º | 0.9% | 0.54% | - |
| HSV(B) | 299.43º | 0.86% | 0.95% | - |
| XYZ | 53.03 | 26.32 | 87.08 | - |
| YUV | 119.72 | 197.58 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 243 | 0.01 | 0.86 | 0 | 0.05 | 299.43 | 0.9 | 0.54 |
| Hex | F1 | 22 | F3 | 1 | 56 | 0 | 5 | 12B | 5A | 36 |
| Octal | 361 | 42 | 363 | 1 | 126 | 0 | 5 | 453 | 132 | 66 |
| Binary | 11110001 | 100010 | 11110011 | 1 | 1010110 | 0 | 101 | 100101011 | 1011010 | 110110 |
Color Harmonies of #F122F3
Complementary color
Monochromatic Colors of #F122F3
Black with #F122F3
Text Example
Text Example
White with #F122F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122F3; }
p { color: rgb(241,34,243); }
H1.HeaderClassName
{
color: #F122F3;
}
.AnyTagClassName
{
color: #F122F3;
}
</style>
background-color css
<style>
a { background-color: #F122F3; }
a { background-color: rgb(241,34,243); }
div.DivClassName
{
background-color: #F122F3;
}
.BgClassName
{
background-color: #F122F3;
}
</style>
border-color css
<style>
span { border-color: #F122F3; }
span { border-color: rgb(241,34,243); }
td.TdClassName
{
border-color: #F122F3;
}
.TagClassName
{
border-color: #F122F3;
}
</style>