Shades of Magenta #FC0DF5
Tints of Magenta #FC0DF5
RGB
CMYK
RGB Variations
Color information
#FC0DF5 (or 0xFC0DF5) is known color: Magenta. HEX triplet: FC, 0D and F5. RGB value is (252,13,245). Sum of RGB (Red+Green+Blue) = 252+13+245=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 13 (5.47% from 255 or 2.55% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0DF5 is #03F20A. Grayscale: #6E6E6E. Windows color (decimal): -258571 or 16059900. OLE color: 16059900.
HSL color Cylindrical-coordinate representation of color #FC0DF5: hue angle of 301.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0DF5 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 245 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.01 |
| HSL | 301.76º | 0.98% | 0.52% | - |
| HSV(B) | 301.76º | 0.95% | 0.99% | - |
| XYZ | 56.77 | 27.58 | 88.72 | - |
| YUV | 110.91 | 203.68 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 245 | 0 | 0.95 | 0.03 | 0.01 | 301.76 | 0.98 | 0.52 |
| Hex | FC | D | F5 | 0 | 5F | 3 | 1 | 12E | 62 | 34 |
| Octal | 374 | 15 | 365 | 0 | 137 | 3 | 1 | 456 | 142 | 64 |
| Binary | 11111100 | 1101 | 11110101 | 0 | 1011111 | 11 | 1 | 100101110 | 1100010 | 110100 |
Color Harmonies of #FC0DF5
Complementary color
Monochromatic Colors of #FC0DF5
Black with #FC0DF5
Text Example
Text Example
White with #FC0DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DF5; }
p { color: rgb(252,13,245); }
H1.HeaderClassName
{
color: #FC0DF5;
}
.AnyTagClassName
{
color: #FC0DF5;
}
</style>
background-color css
<style>
a { background-color: #FC0DF5; }
a { background-color: rgb(252,13,245); }
div.DivClassName
{
background-color: #FC0DF5;
}
.BgClassName
{
background-color: #FC0DF5;
}
</style>
border-color css
<style>
span { border-color: #FC0DF5; }
span { border-color: rgb(252,13,245); }
td.TdClassName
{
border-color: #FC0DF5;
}
.TagClassName
{
border-color: #FC0DF5;
}
</style>