Shades of Magenta #FC16F2
Tints of Magenta #FC16F2
RGB
CMYK
RGB Variations
Color information
#FC16F2 (or 0xFC16F2) is known color: Magenta. HEX triplet: FC, 16 and F2. RGB value is (252,22,242). Sum of RGB (Red+Green+Blue) = 252+22+242=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 22 (8.98% from 255 or 4.26% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16F2 is #03E90D. Grayscale: #737373. Windows color (decimal): -256270 or 15865596. OLE color: 15865596.
HSL color Cylindrical-coordinate representation of color #FC16F2: hue angle of 302.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC16F2 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 242 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.01 |
| HSL | 302.61º | 0.97% | 0.54% | - |
| HSV(B) | 302.61º | 0.91% | 0.99% | - |
| XYZ | 56.46 | 27.68 | 86.37 | - |
| YUV | 115.85 | 199.2 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 242 | 0 | 0.91 | 0.04 | 0.01 | 302.61 | 0.97 | 0.54 |
| Hex | FC | 16 | F2 | 0 | 5B | 4 | 1 | 12F | 61 | 36 |
| Octal | 374 | 26 | 362 | 0 | 133 | 4 | 1 | 457 | 141 | 66 |
| Binary | 11111100 | 10110 | 11110010 | 0 | 1011011 | 100 | 1 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FC16F2
Complementary color
Monochromatic Colors of #FC16F2
Black with #FC16F2
Text Example
Text Example
White with #FC16F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16F2; }
p { color: rgb(252,22,242); }
H1.HeaderClassName
{
color: #FC16F2;
}
.AnyTagClassName
{
color: #FC16F2;
}
</style>
background-color css
<style>
a { background-color: #FC16F2; }
a { background-color: rgb(252,22,242); }
div.DivClassName
{
background-color: #FC16F2;
}
.BgClassName
{
background-color: #FC16F2;
}
</style>
border-color css
<style>
span { border-color: #FC16F2; }
span { border-color: rgb(252,22,242); }
td.TdClassName
{
border-color: #FC16F2;
}
.TagClassName
{
border-color: #FC16F2;
}
</style>