Shades of Magenta #F101FE
Tints of Magenta #F101FE
RGB
CMYK
RGB Variations
Color information
#F101FE (or 0xF101FE) is known color: Magenta. HEX triplet: F1, 01 and FE. RGB value is (241,1,254). Sum of RGB (Red+Green+Blue) = 241+1+254=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 1 (0.78% from 255 or 0.20% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #F101FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101FE is #0EFE01. Grayscale: #646464. Windows color (decimal): -982530 or 16646641. OLE color: 16646641.
HSL color Cylindrical-coordinate representation of color #F101FE: hue angle of 296.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101FE is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 1 | 254 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.00 |
| HSL | 296.92º | 0.99% | 0.5% | - |
| HSV(B) | 296.92º | 1% | 1% | - |
| XYZ | 54.18 | 25.88 | 95.91 | - |
| YUV | 101.6 | 214.01 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 254 | 0.05 | 1.00 | 0 | 0.00 | 296.92 | 0.99 | 0.5 |
| Hex | F1 | 1 | FE | 5 | 64 | 0 | 0 | 129 | 63 | 32 |
| Octal | 361 | 1 | 376 | 5 | 144 | 0 | 0 | 451 | 143 | 62 |
| Binary | 11110001 | 1 | 11111110 | 101 | 1100100 | 0 | 0 | 100101001 | 1100011 | 110010 |
Color Harmonies of #F101FE
Complementary color
Monochromatic Colors of #F101FE
Black with #F101FE
Text Example
Text Example
White with #F101FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101FE; }
p { color: rgb(241,1,254); }
H1.HeaderClassName
{
color: #F101FE;
}
.AnyTagClassName
{
color: #F101FE;
}
</style>
background-color css
<style>
a { background-color: #F101FE; }
a { background-color: rgb(241,1,254); }
div.DivClassName
{
background-color: #F101FE;
}
.BgClassName
{
background-color: #F101FE;
}
</style>
border-color css
<style>
span { border-color: #F101FE; }
span { border-color: rgb(241,1,254); }
td.TdClassName
{
border-color: #F101FE;
}
.TagClassName
{
border-color: #F101FE;
}
</style>