Shades of Magenta #F105FE
Tints of Magenta #F105FE
RGB
CMYK
RGB Variations
Color information
#F105FE (or 0xF105FE) is known color: Magenta. HEX triplet: F1, 05 and FE. RGB value is (241,5,254). Sum of RGB (Red+Green+Blue) = 241+5+254=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 5 (2.34% from 255 or 1% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #F105FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F105FE is #0EFA01. Grayscale: #676767. Windows color (decimal): -981506 or 16647665. OLE color: 16647665.
HSL color Cylindrical-coordinate representation of color #F105FE: hue angle of 296.87º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105FE is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 5 | 254 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.00 |
| HSL | 296.87º | 0.99% | 0.51% | - |
| HSV(B) | 296.87º | 0.98% | 1% | - |
| XYZ | 54.22 | 25.97 | 95.92 | - |
| YUV | 103.95 | 212.69 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 254 | 0.05 | 0.98 | 0 | 0.00 | 296.87 | 0.99 | 0.51 |
| Hex | F1 | 5 | FE | 5 | 62 | 0 | 0 | 129 | 63 | 33 |
| Octal | 361 | 5 | 376 | 5 | 142 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110001 | 101 | 11111110 | 101 | 1100010 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F105FE
Complementary color
Monochromatic Colors of #F105FE
Black with #F105FE
Text Example
Text Example
White with #F105FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105FE; }
p { color: rgb(241,5,254); }
H1.HeaderClassName
{
color: #F105FE;
}
.AnyTagClassName
{
color: #F105FE;
}
</style>
background-color css
<style>
a { background-color: #F105FE; }
a { background-color: rgb(241,5,254); }
div.DivClassName
{
background-color: #F105FE;
}
.BgClassName
{
background-color: #F105FE;
}
</style>
border-color css
<style>
span { border-color: #F105FE; }
span { border-color: rgb(241,5,254); }
td.TdClassName
{
border-color: #F105FE;
}
.TagClassName
{
border-color: #F105FE;
}
</style>