Shades of Magenta #F101FC
Tints of Magenta #F101FC
RGB
CMYK
RGB Variations
Color information
#F101FC (or 0xF101FC) is known color: Magenta. HEX triplet: F1, 01 and FC. RGB value is (241,1,252). Sum of RGB (Red+Green+Blue) = 241+1+252=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 1 (0.78% from 255 or 0.20% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #F101FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101FC is #0EFE03. Grayscale: #646464. Windows color (decimal): -982532 or 16515569. OLE color: 16515569.
HSL color Cylindrical-coordinate representation of color #F101FC: hue angle of 297.37º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101FC is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 1 | 252 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.01 |
| HSL | 297.37º | 0.99% | 0.5% | - |
| HSV(B) | 297.37º | 1% | 0.99% | - |
| XYZ | 53.86 | 25.75 | 94.23 | - |
| YUV | 101.37 | 213.01 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 252 | 0.04 | 1.00 | 0 | 0.01 | 297.37 | 0.99 | 0.5 |
| Hex | F1 | 1 | FC | 4 | 64 | 0 | 1 | 129 | 63 | 32 |
| Octal | 361 | 1 | 374 | 4 | 144 | 0 | 1 | 451 | 143 | 62 |
| Binary | 11110001 | 1 | 11111100 | 100 | 1100100 | 0 | 1 | 100101001 | 1100011 | 110010 |
Color Harmonies of #F101FC
Complementary color
Monochromatic Colors of #F101FC
Black with #F101FC
Text Example
Text Example
White with #F101FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101FC; }
p { color: rgb(241,1,252); }
H1.HeaderClassName
{
color: #F101FC;
}
.AnyTagClassName
{
color: #F101FC;
}
</style>
background-color css
<style>
a { background-color: #F101FC; }
a { background-color: rgb(241,1,252); }
div.DivClassName
{
background-color: #F101FC;
}
.BgClassName
{
background-color: #F101FC;
}
</style>
border-color css
<style>
span { border-color: #F101FC; }
span { border-color: rgb(241,1,252); }
td.TdClassName
{
border-color: #F101FC;
}
.TagClassName
{
border-color: #F101FC;
}
</style>