Shades of Magenta #FF11FC
Tints of Magenta #FF11FC
RGB
CMYK
RGB Variations
Color information
#FF11FC (or 0xFF11FC) is known color: Magenta. HEX triplet: FF, 11 and FC. RGB value is (255,17,252). Sum of RGB (Red+Green+Blue) = 255+17+252=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 17 (7.03% from 255 or 3.24% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11FC is #00EE03. Grayscale: #727272. Windows color (decimal): -60932 or 16519679. OLE color: 16519679.
HSL color Cylindrical-coordinate representation of color #FF11FC: hue angle of 300.76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11FC is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 252 | - |
| CMYK | 0 | 0.93 | 0.01 | 0 |
| HSL | 300.76º | 1% | 0.53% | - |
| HSV(B) | 300.76º | 0.93% | 1% | - |
| XYZ | 59.01 | 28.69 | 94.52 | - |
| YUV | 114.95 | 205.35 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 252 | 0 | 0.93 | 0.01 | 0 | 300.76 | 1 | 0.53 |
| Hex | FF | 11 | FC | 0 | 5D | 1 | 0 | 12D | 64 | 35 |
| Octal | 377 | 21 | 374 | 0 | 135 | 1 | 0 | 455 | 144 | 65 |
| Binary | 11111111 | 10001 | 11111100 | 0 | 1011101 | 1 | 0 | 100101101 | 1100100 | 110101 |
Color Harmonies of #FF11FC
Complementary color
Monochromatic Colors of #FF11FC
Black with #FF11FC
Text Example
Text Example
White with #FF11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11FC; }
p { color: rgb(255,17,252); }
H1.HeaderClassName
{
color: #FF11FC;
}
.AnyTagClassName
{
color: #FF11FC;
}
</style>
background-color css
<style>
a { background-color: #FF11FC; }
a { background-color: rgb(255,17,252); }
div.DivClassName
{
background-color: #FF11FC;
}
.BgClassName
{
background-color: #FF11FC;
}
</style>
border-color css
<style>
span { border-color: #FF11FC; }
span { border-color: rgb(255,17,252); }
td.TdClassName
{
border-color: #FF11FC;
}
.TagClassName
{
border-color: #FF11FC;
}
</style>