Shades of Magenta #FC11E7
Tints of Magenta #FC11E7
RGB
CMYK
RGB Variations
Color information
#FC11E7 (or 0xFC11E7) is known color: Magenta. HEX triplet: FC, 11 and E7. RGB value is (252,17,231). Sum of RGB (Red+Green+Blue) = 252+17+231=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11E7 is #03EE18. Grayscale: #6F6F6F. Windows color (decimal): -257561 or 15143420. OLE color: 15143420.
HSL color Cylindrical-coordinate representation of color #FC11E7: hue angle of 305.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC11E7 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 231 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.01 |
| HSL | 305.36º | 0.98% | 0.53% | - |
| HSV(B) | 305.36º | 0.93% | 0.99% | - |
| XYZ | 54.77 | 26.87 | 77.9 | - |
| YUV | 111.66 | 195.36 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 231 | 0 | 0.93 | 0.08 | 0.01 | 305.36 | 0.98 | 0.53 |
| Hex | FC | 11 | E7 | 0 | 5D | 8 | 1 | 131 | 62 | 35 |
| Octal | 374 | 21 | 347 | 0 | 135 | 10 | 1 | 461 | 142 | 65 |
| Binary | 11111100 | 10001 | 11100111 | 0 | 1011101 | 1000 | 1 | 100110001 | 1100010 | 110101 |
Color Harmonies of #FC11E7
Complementary color
Monochromatic Colors of #FC11E7
Black with #FC11E7
Text Example
Text Example
White with #FC11E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11E7; }
p { color: rgb(252,17,231); }
H1.HeaderClassName
{
color: #FC11E7;
}
.AnyTagClassName
{
color: #FC11E7;
}
</style>
background-color css
<style>
a { background-color: #FC11E7; }
a { background-color: rgb(252,17,231); }
div.DivClassName
{
background-color: #FC11E7;
}
.BgClassName
{
background-color: #FC11E7;
}
</style>
border-color css
<style>
span { border-color: #FC11E7; }
span { border-color: rgb(252,17,231); }
td.TdClassName
{
border-color: #FC11E7;
}
.TagClassName
{
border-color: #FC11E7;
}
</style>