Shades of Magenta #FC0DEA
Tints of Magenta #FC0DEA
RGB
CMYK
RGB Variations
Color information
#FC0DEA (or 0xFC0DEA) is known color: Magenta. HEX triplet: FC, 0D and EA. RGB value is (252,13,234). Sum of RGB (Red+Green+Blue) = 252+13+234=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 13 (5.47% from 255 or 2.61% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0DEA is #03F215. Grayscale: #6D6D6D. Windows color (decimal): -258582 or 15339004. OLE color: 15339004.
HSL color Cylindrical-coordinate representation of color #FC0DEA: hue angle of 304.52º 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 #FC0DEA is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 234 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.01 |
| HSL | 304.52º | 0.98% | 0.52% | - |
| HSV(B) | 304.52º | 0.95% | 0.99% | - |
| XYZ | 55.14 | 26.92 | 80.13 | - |
| YUV | 109.66 | 198.18 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 234 | 0 | 0.95 | 0.07 | 0.01 | 304.52 | 0.98 | 0.52 |
| Hex | FC | D | EA | 0 | 5F | 7 | 1 | 131 | 62 | 34 |
| Octal | 374 | 15 | 352 | 0 | 137 | 7 | 1 | 461 | 142 | 64 |
| Binary | 11111100 | 1101 | 11101010 | 0 | 1011111 | 111 | 1 | 100110001 | 1100010 | 110100 |
Color Harmonies of #FC0DEA
Complementary color
Monochromatic Colors of #FC0DEA
Black with #FC0DEA
Text Example
Text Example
White with #FC0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DEA; }
p { color: rgb(252,13,234); }
H1.HeaderClassName
{
color: #FC0DEA;
}
.AnyTagClassName
{
color: #FC0DEA;
}
</style>
background-color css
<style>
a { background-color: #FC0DEA; }
a { background-color: rgb(252,13,234); }
div.DivClassName
{
background-color: #FC0DEA;
}
.BgClassName
{
background-color: #FC0DEA;
}
</style>
border-color css
<style>
span { border-color: #FC0DEA; }
span { border-color: rgb(252,13,234); }
td.TdClassName
{
border-color: #FC0DEA;
}
.TagClassName
{
border-color: #FC0DEA;
}
</style>