Shades of Magenta #F122F9
Tints of Magenta #F122F9
RGB
CMYK
RGB Variations
Color information
#F122F9 (or 0xF122F9) is known color: Magenta. HEX triplet: F1, 22 and F9. RGB value is (241,34,249). Sum of RGB (Red+Green+Blue) = 241+34+249=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 34 (13.67% from 255 or 6.49% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #F122F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122F9 is #0EDD06. Grayscale: #777777. Windows color (decimal): -974087 or 16327409. OLE color: 16327409.
HSL color Cylindrical-coordinate representation of color #F122F9: hue angle of 297.77º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122F9 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 34 | 249 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.02 |
| HSL | 297.77º | 0.95% | 0.55% | - |
| HSV(B) | 297.77º | 0.86% | 0.98% | - |
| XYZ | 53.95 | 26.68 | 91.93 | - |
| YUV | 120.4 | 200.58 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 249 | 0.03 | 0.86 | 0 | 0.02 | 297.77 | 0.95 | 0.55 |
| Hex | F1 | 22 | F9 | 3 | 56 | 0 | 2 | 12A | 5F | 37 |
| Octal | 361 | 42 | 371 | 3 | 126 | 0 | 2 | 452 | 137 | 67 |
| Binary | 11110001 | 100010 | 11111001 | 11 | 1010110 | 0 | 10 | 100101010 | 1011111 | 110111 |
Color Harmonies of #F122F9
Complementary color
Monochromatic Colors of #F122F9
Black with #F122F9
Text Example
Text Example
White with #F122F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122F9; }
p { color: rgb(241,34,249); }
H1.HeaderClassName
{
color: #F122F9;
}
.AnyTagClassName
{
color: #F122F9;
}
</style>
background-color css
<style>
a { background-color: #F122F9; }
a { background-color: rgb(241,34,249); }
div.DivClassName
{
background-color: #F122F9;
}
.BgClassName
{
background-color: #F122F9;
}
</style>
border-color css
<style>
span { border-color: #F122F9; }
span { border-color: rgb(241,34,249); }
td.TdClassName
{
border-color: #F122F9;
}
.TagClassName
{
border-color: #F122F9;
}
</style>