Shades of Magenta #FC0DF1
Tints of Magenta #FC0DF1
RGB
CMYK
RGB Variations
Color information
#FC0DF1 (or 0xFC0DF1) is known color: Magenta. HEX triplet: FC, 0D and F1. RGB value is (252,13,241). Sum of RGB (Red+Green+Blue) = 252+13+241=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 13 (5.47% from 255 or 2.57% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0DF1 is #03F20E. Grayscale: #6D6D6D. Windows color (decimal): -258575 or 15797756. OLE color: 15797756.
HSL color Cylindrical-coordinate representation of color #FC0DF1: hue angle of 302.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 #FC0DF1 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 241 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.01 |
| HSL | 302.76º | 0.98% | 0.52% | - |
| HSV(B) | 302.76º | 0.95% | 0.99% | - |
| XYZ | 56.17 | 27.33 | 85.53 | - |
| YUV | 110.45 | 201.68 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 241 | 0 | 0.95 | 0.04 | 0.01 | 302.76 | 0.98 | 0.52 |
| Hex | FC | D | F1 | 0 | 5F | 4 | 1 | 12F | 62 | 34 |
| Octal | 374 | 15 | 361 | 0 | 137 | 4 | 1 | 457 | 142 | 64 |
| Binary | 11111100 | 1101 | 11110001 | 0 | 1011111 | 100 | 1 | 100101111 | 1100010 | 110100 |
Color Harmonies of #FC0DF1
Complementary color
Monochromatic Colors of #FC0DF1
Black with #FC0DF1
Text Example
Text Example
White with #FC0DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DF1; }
p { color: rgb(252,13,241); }
H1.HeaderClassName
{
color: #FC0DF1;
}
.AnyTagClassName
{
color: #FC0DF1;
}
</style>
background-color css
<style>
a { background-color: #FC0DF1; }
a { background-color: rgb(252,13,241); }
div.DivClassName
{
background-color: #FC0DF1;
}
.BgClassName
{
background-color: #FC0DF1;
}
</style>
border-color css
<style>
span { border-color: #FC0DF1; }
span { border-color: rgb(252,13,241); }
td.TdClassName
{
border-color: #FC0DF1;
}
.TagClassName
{
border-color: #FC0DF1;
}
</style>