Shades of Magenta #F121FE
Tints of Magenta #F121FE
RGB
CMYK
RGB Variations
Color information
#F121FE (or 0xF121FE) is known color: Magenta. HEX triplet: F1, 21 and FE. RGB value is (241,33,254). Sum of RGB (Red+Green+Blue) = 241+33+254=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 33 (13.28% from 255 or 6.25% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #F121FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121FE is #0EDE01. Grayscale: #777777. Windows color (decimal): -974338 or 16654833. OLE color: 16654833.
HSL color Cylindrical-coordinate representation of color #F121FE: hue angle of 296.47º 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 #F121FE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 33 | 254 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.00 |
| HSL | 296.47º | 0.99% | 0.56% | - |
| HSV(B) | 296.47º | 0.87% | 1% | - |
| XYZ | 54.71 | 26.94 | 96.08 | - |
| YUV | 120.39 | 203.41 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 254 | 0.05 | 0.87 | 0 | 0.00 | 296.47 | 0.99 | 0.56 |
| Hex | F1 | 21 | FE | 5 | 57 | 0 | 0 | 128 | 63 | 38 |
| Octal | 361 | 41 | 376 | 5 | 127 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11110001 | 100001 | 11111110 | 101 | 1010111 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #F121FE
Complementary color
Monochromatic Colors of #F121FE
Black with #F121FE
Text Example
Text Example
White with #F121FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121FE; }
p { color: rgb(241,33,254); }
H1.HeaderClassName
{
color: #F121FE;
}
.AnyTagClassName
{
color: #F121FE;
}
</style>
background-color css
<style>
a { background-color: #F121FE; }
a { background-color: rgb(241,33,254); }
div.DivClassName
{
background-color: #F121FE;
}
.BgClassName
{
background-color: #F121FE;
}
</style>
border-color css
<style>
span { border-color: #F121FE; }
span { border-color: rgb(241,33,254); }
td.TdClassName
{
border-color: #F121FE;
}
.TagClassName
{
border-color: #F121FE;
}
</style>