Shades of Magenta #FC2DF7
Tints of Magenta #FC2DF7
RGB
CMYK
RGB Variations
Color information
#FC2DF7 (or 0xFC2DF7) is known color: Magenta. HEX triplet: FC, 2D and F7. RGB value is (252,45,247). Sum of RGB (Red+Green+Blue) = 252+45+247=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 45 (17.97% from 255 or 8.27% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2DF7 is #03D208. Grayscale: #818181. Windows color (decimal): -250377 or 16199164. OLE color: 16199164.
HSL color Cylindrical-coordinate representation of color #FC2DF7: hue angle of 301.45º 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 #FC2DF7 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 247 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.01 |
| HSL | 301.45º | 0.97% | 0.58% | - |
| HSV(B) | 301.45º | 0.82% | 0.99% | - |
| XYZ | 57.87 | 29.29 | 90.6 | - |
| YUV | 129.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 247 | 0 | 0.82 | 0.02 | 0.01 | 301.45 | 0.97 | 0.58 |
| Hex | FC | 2D | F7 | 0 | 52 | 2 | 1 | 12D | 61 | 3A |
| Octal | 374 | 55 | 367 | 0 | 122 | 2 | 1 | 455 | 141 | 72 |
| Binary | 11111100 | 101101 | 11110111 | 0 | 1010010 | 10 | 1 | 100101101 | 1100001 | 111010 |
Color Harmonies of #FC2DF7
Complementary color
Monochromatic Colors of #FC2DF7
Black with #FC2DF7
Text Example
Text Example
White with #FC2DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DF7; }
p { color: rgb(252,45,247); }
H1.HeaderClassName
{
color: #FC2DF7;
}
.AnyTagClassName
{
color: #FC2DF7;
}
</style>
background-color css
<style>
a { background-color: #FC2DF7; }
a { background-color: rgb(252,45,247); }
div.DivClassName
{
background-color: #FC2DF7;
}
.BgClassName
{
background-color: #FC2DF7;
}
</style>
border-color css
<style>
span { border-color: #FC2DF7; }
span { border-color: rgb(252,45,247); }
td.TdClassName
{
border-color: #FC2DF7;
}
.TagClassName
{
border-color: #FC2DF7;
}
</style>