Shades of Magenta #FC1DFE
Tints of Magenta #FC1DFE
RGB
CMYK
RGB Variations
Color information
#FC1DFE (or 0xFC1DFE) is known color: Magenta. HEX triplet: FC, 1D and FE. RGB value is (252,29,254). Sum of RGB (Red+Green+Blue) = 252+29+254=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 29 (11.72% from 255 or 5.42% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC1DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1DFE is #03E201. Grayscale: #787878. Windows color (decimal): -254466 or 16653820. OLE color: 16653820.
HSL color Cylindrical-coordinate representation of color #FC1DFE: hue angle of 299.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1DFE is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 29 | 254 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.00 |
| HSL | 299.47º | 0.99% | 0.55% | - |
| HSV(B) | 299.47º | 0.89% | 1% | - |
| XYZ | 58.47 | 28.73 | 96.23 | - |
| YUV | 121.33 | 202.88 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 254 | 0.01 | 0.89 | 0 | 0.00 | 299.47 | 0.99 | 0.55 |
| Hex | FC | 1D | FE | 1 | 59 | 0 | 0 | 12B | 63 | 37 |
| Octal | 374 | 35 | 376 | 1 | 131 | 0 | 0 | 453 | 143 | 67 |
| Binary | 11111100 | 11101 | 11111110 | 1 | 1011001 | 0 | 0 | 100101011 | 1100011 | 110111 |
Color Harmonies of #FC1DFE
Complementary color
Monochromatic Colors of #FC1DFE
Black with #FC1DFE
Text Example
Text Example
White with #FC1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DFE; }
p { color: rgb(252,29,254); }
H1.HeaderClassName
{
color: #FC1DFE;
}
.AnyTagClassName
{
color: #FC1DFE;
}
</style>
background-color css
<style>
a { background-color: #FC1DFE; }
a { background-color: rgb(252,29,254); }
div.DivClassName
{
background-color: #FC1DFE;
}
.BgClassName
{
background-color: #FC1DFE;
}
</style>
border-color css
<style>
span { border-color: #FC1DFE; }
span { border-color: rgb(252,29,254); }
td.TdClassName
{
border-color: #FC1DFE;
}
.TagClassName
{
border-color: #FC1DFE;
}
</style>