Shades of Magenta #FC0DFE
Tints of Magenta #FC0DFE
RGB
CMYK
RGB Variations
Color information
#FC0DFE (or 0xFC0DFE) is known color: Magenta. HEX triplet: FC, 0D and FE. RGB value is (252,13,254). Sum of RGB (Red+Green+Blue) = 252+13+254=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 13 (5.47% from 255 or 2.50% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC0DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0DFE is #03F201. Grayscale: #6F6F6F. Windows color (decimal): -258562 or 16649724. OLE color: 16649724.
HSL color Cylindrical-coordinate representation of color #FC0DFE: hue angle of 299.5º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0DFE is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 13 | 254 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.00 |
| HSL | 299.5º | 0.99% | 0.52% | - |
| HSV(B) | 299.5º | 0.95% | 1% | - |
| XYZ | 58.18 | 28.14 | 96.13 | - |
| YUV | 111.94 | 208.18 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 254 | 0.01 | 0.95 | 0 | 0.00 | 299.5 | 0.99 | 0.52 |
| Hex | FC | D | FE | 1 | 5F | 0 | 0 | 12C | 63 | 34 |
| Octal | 374 | 15 | 376 | 1 | 137 | 0 | 0 | 454 | 143 | 64 |
| Binary | 11111100 | 1101 | 11111110 | 1 | 1011111 | 0 | 0 | 100101100 | 1100011 | 110100 |
Color Harmonies of #FC0DFE
Complementary color
Monochromatic Colors of #FC0DFE
Black with #FC0DFE
Text Example
Text Example
White with #FC0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DFE; }
p { color: rgb(252,13,254); }
H1.HeaderClassName
{
color: #FC0DFE;
}
.AnyTagClassName
{
color: #FC0DFE;
}
</style>
background-color css
<style>
a { background-color: #FC0DFE; }
a { background-color: rgb(252,13,254); }
div.DivClassName
{
background-color: #FC0DFE;
}
.BgClassName
{
background-color: #FC0DFE;
}
</style>
border-color css
<style>
span { border-color: #FC0DFE; }
span { border-color: rgb(252,13,254); }
td.TdClassName
{
border-color: #FC0DFE;
}
.TagClassName
{
border-color: #FC0DFE;
}
</style>