Shades of Magenta #F122FF
Tints of Magenta #F122FF
RGB
CMYK
RGB Variations
Color information
#F122FF (or 0xF122FF) is known color: Magenta. HEX triplet: F1, 22 and FF. RGB value is (241,34,255). Sum of RGB (Red+Green+Blue) = 241+34+255=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 34 (13.67% from 255 or 6.42% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #F122FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122FF is #0EDD00. Grayscale: #787878. Windows color (decimal): -974081 or 16720625. OLE color: 16720625.
HSL color Cylindrical-coordinate representation of color #F122FF: hue angle of 296.2º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F122FF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 34 | 255 | - |
| CMYK | 0.05 | 0.87 | 0 | 0 |
| HSL | 296.2º | 1% | 0.57% | - |
| HSV(B) | 296.2º | 0.87% | 1% | - |
| XYZ | 54.9 | 27.06 | 96.94 | - |
| YUV | 121.09 | 203.58 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 255 | 0.05 | 0.87 | 0 | 0 | 296.2 | 1 | 0.57 |
| Hex | F1 | 22 | FF | 5 | 57 | 0 | 0 | 128 | 64 | 39 |
| Octal | 361 | 42 | 377 | 5 | 127 | 0 | 0 | 450 | 144 | 71 |
| Binary | 11110001 | 100010 | 11111111 | 101 | 1010111 | 0 | 0 | 100101000 | 1100100 | 111001 |
Color Harmonies of #F122FF
Complementary color
Monochromatic Colors of #F122FF
Black with #F122FF
Text Example
Text Example
White with #F122FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122FF; }
p { color: rgb(241,34,255); }
H1.HeaderClassName
{
color: #F122FF;
}
.AnyTagClassName
{
color: #F122FF;
}
</style>
background-color css
<style>
a { background-color: #F122FF; }
a { background-color: rgb(241,34,255); }
div.DivClassName
{
background-color: #F122FF;
}
.BgClassName
{
background-color: #F122FF;
}
</style>
border-color css
<style>
span { border-color: #F122FF; }
span { border-color: rgb(241,34,255); }
td.TdClassName
{
border-color: #F122FF;
}
.TagClassName
{
border-color: #F122FF;
}
</style>