Shades of Magenta #FC16F7
Tints of Magenta #FC16F7
RGB
CMYK
RGB Variations
Color information
#FC16F7 (or 0xFC16F7) is known color: Magenta. HEX triplet: FC, 16 and F7. RGB value is (252,22,247). Sum of RGB (Red+Green+Blue) = 252+22+247=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 22 (8.98% from 255 or 4.22% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16F7 is #03E908. Grayscale: #737373. Windows color (decimal): -256265 or 16193276. OLE color: 16193276.
HSL color Cylindrical-coordinate representation of color #FC16F7: hue angle of 301.3º 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 #FC16F7 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 247 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.01 |
| HSL | 301.3º | 0.97% | 0.54% | - |
| HSV(B) | 301.3º | 0.91% | 0.99% | - |
| XYZ | 57.22 | 27.98 | 90.38 | - |
| YUV | 116.42 | 201.7 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 247 | 0 | 0.91 | 0.02 | 0.01 | 301.3 | 0.97 | 0.54 |
| Hex | FC | 16 | F7 | 0 | 5B | 2 | 1 | 12D | 61 | 36 |
| Octal | 374 | 26 | 367 | 0 | 133 | 2 | 1 | 455 | 141 | 66 |
| Binary | 11111100 | 10110 | 11110111 | 0 | 1011011 | 10 | 1 | 100101101 | 1100001 | 110110 |
Color Harmonies of #FC16F7
Complementary color
Monochromatic Colors of #FC16F7
Black with #FC16F7
Text Example
Text Example
White with #FC16F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16F7; }
p { color: rgb(252,22,247); }
H1.HeaderClassName
{
color: #FC16F7;
}
.AnyTagClassName
{
color: #FC16F7;
}
</style>
background-color css
<style>
a { background-color: #FC16F7; }
a { background-color: rgb(252,22,247); }
div.DivClassName
{
background-color: #FC16F7;
}
.BgClassName
{
background-color: #FC16F7;
}
</style>
border-color css
<style>
span { border-color: #FC16F7; }
span { border-color: rgb(252,22,247); }
td.TdClassName
{
border-color: #FC16F7;
}
.TagClassName
{
border-color: #FC16F7;
}
</style>