Shades of Magenta #FC0DF8
Tints of Magenta #FC0DF8
RGB
CMYK
RGB Variations
Color information
#FC0DF8 (or 0xFC0DF8) is known color: Magenta. HEX triplet: FC, 0D and F8. RGB value is (252,13,248). Sum of RGB (Red+Green+Blue) = 252+13+248=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 13 (5.47% from 255 or 2.53% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0DF8 is #03F207. Grayscale: #6E6E6E. Windows color (decimal): -258568 or 16256508. OLE color: 16256508.
HSL color Cylindrical-coordinate representation of color #FC0DF8: hue angle of 301º 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 #FC0DF8 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 248 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.01 |
| HSL | 301º | 0.98% | 0.52% | - |
| HSV(B) | 301º | 0.95% | 0.99% | - |
| XYZ | 57.23 | 27.76 | 91.15 | - |
| YUV | 111.25 | 205.18 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 248 | 0 | 0.95 | 0.02 | 0.01 | 301 | 0.98 | 0.52 |
| Hex | FC | D | F8 | 0 | 5F | 2 | 1 | 12D | 62 | 34 |
| Octal | 374 | 15 | 370 | 0 | 137 | 2 | 1 | 455 | 142 | 64 |
| Binary | 11111100 | 1101 | 11111000 | 0 | 1011111 | 10 | 1 | 100101101 | 1100010 | 110100 |
Color Harmonies of #FC0DF8
Complementary color
Monochromatic Colors of #FC0DF8
Black with #FC0DF8
Text Example
Text Example
White with #FC0DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DF8; }
p { color: rgb(252,13,248); }
H1.HeaderClassName
{
color: #FC0DF8;
}
.AnyTagClassName
{
color: #FC0DF8;
}
</style>
background-color css
<style>
a { background-color: #FC0DF8; }
a { background-color: rgb(252,13,248); }
div.DivClassName
{
background-color: #FC0DF8;
}
.BgClassName
{
background-color: #FC0DF8;
}
</style>
border-color css
<style>
span { border-color: #FC0DF8; }
span { border-color: rgb(252,13,248); }
td.TdClassName
{
border-color: #FC0DF8;
}
.TagClassName
{
border-color: #FC0DF8;
}
</style>