Shades of Magenta #FC2DF6
Tints of Magenta #FC2DF6
RGB
CMYK
RGB Variations
Color information
#FC2DF6 (or 0xFC2DF6) is known color: Magenta. HEX triplet: FC, 2D and F6. RGB value is (252,45,246). Sum of RGB (Red+Green+Blue) = 252+45+246=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 45 (17.97% from 255 or 8.29% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2DF6 is #03D209. Grayscale: #818181. Windows color (decimal): -250378 or 16133628. OLE color: 16133628.
HSL color Cylindrical-coordinate representation of color #FC2DF6: hue angle of 301.74º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2DF6 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 246 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.01 |
| HSL | 301.74º | 0.97% | 0.58% | - |
| HSV(B) | 301.74º | 0.82% | 0.99% | - |
| XYZ | 57.72 | 29.23 | 89.79 | - |
| YUV | 129.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 246 | 0 | 0.82 | 0.02 | 0.01 | 301.74 | 0.97 | 0.58 |
| Hex | FC | 2D | F6 | 0 | 52 | 2 | 1 | 12E | 61 | 3A |
| Octal | 374 | 55 | 366 | 0 | 122 | 2 | 1 | 456 | 141 | 72 |
| Binary | 11111100 | 101101 | 11110110 | 0 | 1010010 | 10 | 1 | 100101110 | 1100001 | 111010 |
Color Harmonies of #FC2DF6
Complementary color
Monochromatic Colors of #FC2DF6
Black with #FC2DF6
Text Example
Text Example
White with #FC2DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DF6; }
p { color: rgb(252,45,246); }
H1.HeaderClassName
{
color: #FC2DF6;
}
.AnyTagClassName
{
color: #FC2DF6;
}
</style>
background-color css
<style>
a { background-color: #FC2DF6; }
a { background-color: rgb(252,45,246); }
div.DivClassName
{
background-color: #FC2DF6;
}
.BgClassName
{
background-color: #FC2DF6;
}
</style>
border-color css
<style>
span { border-color: #FC2DF6; }
span { border-color: rgb(252,45,246); }
td.TdClassName
{
border-color: #FC2DF6;
}
.TagClassName
{
border-color: #FC2DF6;
}
</style>