Shades of Magenta #FC14FB
Tints of Magenta #FC14FB
RGB
CMYK
RGB Variations
Color information
#FC14FB (or 0xFC14FB) is known color: Magenta. HEX triplet: FC, 14 and FB. RGB value is (252,20,251). Sum of RGB (Red+Green+Blue) = 252+20+251=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 20 (8.20% from 255 or 3.82% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC14FB is #03EB04. Grayscale: #737373. Windows color (decimal): -256773 or 16454908. OLE color: 16454908.
HSL color Cylindrical-coordinate representation of color #FC14FB: hue angle of 300.26º 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 #FC14FB is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 251 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.01 |
| HSL | 300.26º | 0.97% | 0.53% | - |
| HSV(B) | 300.26º | 0.92% | 0.99% | - |
| XYZ | 57.81 | 28.16 | 93.66 | - |
| YUV | 115.7 | 204.36 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 251 | 0 | 0.92 | 0.00 | 0.01 | 300.26 | 0.97 | 0.53 |
| Hex | FC | 14 | FB | 0 | 5C | 0 | 1 | 12C | 61 | 35 |
| Octal | 374 | 24 | 373 | 0 | 134 | 0 | 1 | 454 | 141 | 65 |
| Binary | 11111100 | 10100 | 11111011 | 0 | 1011100 | 0 | 1 | 100101100 | 1100001 | 110101 |
Color Harmonies of #FC14FB
Complementary color
Monochromatic Colors of #FC14FB
Black with #FC14FB
Text Example
Text Example
White with #FC14FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14FB; }
p { color: rgb(252,20,251); }
H1.HeaderClassName
{
color: #FC14FB;
}
.AnyTagClassName
{
color: #FC14FB;
}
</style>
background-color css
<style>
a { background-color: #FC14FB; }
a { background-color: rgb(252,20,251); }
div.DivClassName
{
background-color: #FC14FB;
}
.BgClassName
{
background-color: #FC14FB;
}
</style>
border-color css
<style>
span { border-color: #FC14FB; }
span { border-color: rgb(252,20,251); }
td.TdClassName
{
border-color: #FC14FB;
}
.TagClassName
{
border-color: #FC14FB;
}
</style>