Shades of Magenta #FC0DFF
Tints of Magenta #FC0DFF
RGB
CMYK
RGB Variations
Color information
#FC0DFF (or 0xFC0DFF) is known color: Magenta. HEX triplet: FC, 0D and FF. RGB value is (252,13,255). Sum of RGB (Red+Green+Blue) = 252+13+255=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 13 (5.47% from 255 or 2.5% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC0DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0DFF is #03F200. Grayscale: #6F6F6F. Windows color (decimal): -258561 or 16715260. OLE color: 16715260.
HSL color Cylindrical-coordinate representation of color #FC0DFF: hue angle of 299.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0DFF is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 13 | 255 | - |
| CMYK | 0.01 | 0.95 | 0 | 0 |
| HSL | 299.26º | 1% | 0.53% | - |
| HSV(B) | 299.26º | 0.95% | 1% | - |
| XYZ | 58.34 | 28.2 | 96.98 | - |
| YUV | 112.05 | 208.68 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 255 | 0.01 | 0.95 | 0 | 0 | 299.26 | 1 | 0.53 |
| Hex | FC | D | FF | 1 | 5F | 0 | 0 | 12B | 64 | 35 |
| Octal | 374 | 15 | 377 | 1 | 137 | 0 | 0 | 453 | 144 | 65 |
| Binary | 11111100 | 1101 | 11111111 | 1 | 1011111 | 0 | 0 | 100101011 | 1100100 | 110101 |
Color Harmonies of #FC0DFF
Complementary color
Monochromatic Colors of #FC0DFF
Black with #FC0DFF
Text Example
Text Example
White with #FC0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DFF; }
p { color: rgb(252,13,255); }
H1.HeaderClassName
{
color: #FC0DFF;
}
.AnyTagClassName
{
color: #FC0DFF;
}
</style>
background-color css
<style>
a { background-color: #FC0DFF; }
a { background-color: rgb(252,13,255); }
div.DivClassName
{
background-color: #FC0DFF;
}
.BgClassName
{
background-color: #FC0DFF;
}
</style>
border-color css
<style>
span { border-color: #FC0DFF; }
span { border-color: rgb(252,13,255); }
td.TdClassName
{
border-color: #FC0DFF;
}
.TagClassName
{
border-color: #FC0DFF;
}
</style>