Shades of Magenta #FC14F7
Tints of Magenta #FC14F7
RGB
CMYK
RGB Variations
Color information
#FC14F7 (or 0xFC14F7) is known color: Magenta. HEX triplet: FC, 14 and F7. RGB value is (252,20,247). Sum of RGB (Red+Green+Blue) = 252+20+247=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 20 (8.20% from 255 or 3.85% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC14F7 is #03EB08. Grayscale: #727272. Windows color (decimal): -256777 or 16192764. OLE color: 16192764.
HSL color Cylindrical-coordinate representation of color #FC14F7: hue angle of 301.29º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC14F7 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 247 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.01 |
| HSL | 301.29º | 0.97% | 0.53% | - |
| HSV(B) | 301.29º | 0.92% | 0.99% | - |
| XYZ | 57.18 | 27.91 | 90.37 | - |
| YUV | 115.25 | 202.36 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 247 | 0 | 0.92 | 0.02 | 0.01 | 301.29 | 0.97 | 0.53 |
| Hex | FC | 14 | F7 | 0 | 5C | 2 | 1 | 12D | 61 | 35 |
| Octal | 374 | 24 | 367 | 0 | 134 | 2 | 1 | 455 | 141 | 65 |
| Binary | 11111100 | 10100 | 11110111 | 0 | 1011100 | 10 | 1 | 100101101 | 1100001 | 110101 |
Color Harmonies of #FC14F7
Complementary color
Monochromatic Colors of #FC14F7
Black with #FC14F7
Text Example
Text Example
White with #FC14F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14F7; }
p { color: rgb(252,20,247); }
H1.HeaderClassName
{
color: #FC14F7;
}
.AnyTagClassName
{
color: #FC14F7;
}
</style>
background-color css
<style>
a { background-color: #FC14F7; }
a { background-color: rgb(252,20,247); }
div.DivClassName
{
background-color: #FC14F7;
}
.BgClassName
{
background-color: #FC14F7;
}
</style>
border-color css
<style>
span { border-color: #FC14F7; }
span { border-color: rgb(252,20,247); }
td.TdClassName
{
border-color: #FC14F7;
}
.TagClassName
{
border-color: #FC14F7;
}
</style>