Shades of Magenta #FC11F2
Tints of Magenta #FC11F2
RGB
CMYK
RGB Variations
Color information
#FC11F2 (or 0xFC11F2) is known color: Magenta. HEX triplet: FC, 11 and F2. RGB value is (252,17,242). Sum of RGB (Red+Green+Blue) = 252+17+242=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 17 (7.03% from 255 or 3.33% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11F2 is #03EE0D. Grayscale: #707070. Windows color (decimal): -257550 or 15864316. OLE color: 15864316.
HSL color Cylindrical-coordinate representation of color #FC11F2: hue angle of 302.55º 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 #FC11F2 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 242 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.01 |
| HSL | 302.55º | 0.98% | 0.53% | - |
| HSV(B) | 302.55º | 0.93% | 0.99% | - |
| XYZ | 56.37 | 27.51 | 86.34 | - |
| YUV | 112.92 | 200.86 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 242 | 0 | 0.93 | 0.04 | 0.01 | 302.55 | 0.98 | 0.53 |
| Hex | FC | 11 | F2 | 0 | 5D | 4 | 1 | 12F | 62 | 35 |
| Octal | 374 | 21 | 362 | 0 | 135 | 4 | 1 | 457 | 142 | 65 |
| Binary | 11111100 | 10001 | 11110010 | 0 | 1011101 | 100 | 1 | 100101111 | 1100010 | 110101 |
Color Harmonies of #FC11F2
Complementary color
Monochromatic Colors of #FC11F2
Black with #FC11F2
Text Example
Text Example
White with #FC11F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11F2; }
p { color: rgb(252,17,242); }
H1.HeaderClassName
{
color: #FC11F2;
}
.AnyTagClassName
{
color: #FC11F2;
}
</style>
background-color css
<style>
a { background-color: #FC11F2; }
a { background-color: rgb(252,17,242); }
div.DivClassName
{
background-color: #FC11F2;
}
.BgClassName
{
background-color: #FC11F2;
}
</style>
border-color css
<style>
span { border-color: #FC11F2; }
span { border-color: rgb(252,17,242); }
td.TdClassName
{
border-color: #FC11F2;
}
.TagClassName
{
border-color: #FC11F2;
}
</style>