Shades of Magenta #F122FE
Tints of Magenta #F122FE
RGB
CMYK
RGB Variations
Color information
#F122FE (or 0xF122FE) is known color: Magenta. HEX triplet: F1, 22 and FE. RGB value is (241,34,254). Sum of RGB (Red+Green+Blue) = 241+34+254=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 34 (13.67% from 255 or 6.43% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #F122FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122FE is #0EDD01. Grayscale: #787878. Windows color (decimal): -974082 or 16655089. OLE color: 16655089.
HSL color Cylindrical-coordinate representation of color #F122FE: hue angle of 296.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F122FE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 34 | 254 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.00 |
| HSL | 296.45º | 0.99% | 0.56% | - |
| HSV(B) | 296.45º | 0.87% | 1% | - |
| XYZ | 54.74 | 27 | 96.09 | - |
| YUV | 120.97 | 203.08 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 254 | 0.05 | 0.87 | 0 | 0.00 | 296.45 | 0.99 | 0.56 |
| Hex | F1 | 22 | FE | 5 | 57 | 0 | 0 | 128 | 63 | 38 |
| Octal | 361 | 42 | 376 | 5 | 127 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11110001 | 100010 | 11111110 | 101 | 1010111 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #F122FE
Complementary color
Monochromatic Colors of #F122FE
Black with #F122FE
Text Example
Text Example
White with #F122FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122FE; }
p { color: rgb(241,34,254); }
H1.HeaderClassName
{
color: #F122FE;
}
.AnyTagClassName
{
color: #F122FE;
}
</style>
background-color css
<style>
a { background-color: #F122FE; }
a { background-color: rgb(241,34,254); }
div.DivClassName
{
background-color: #F122FE;
}
.BgClassName
{
background-color: #F122FE;
}
</style>
border-color css
<style>
span { border-color: #F122FE; }
span { border-color: rgb(241,34,254); }
td.TdClassName
{
border-color: #F122FE;
}
.TagClassName
{
border-color: #F122FE;
}
</style>