Shades of Magenta #FC2CF9
Tints of Magenta #FC2CF9
RGB
CMYK
RGB Variations
Color information
#FC2CF9 (or 0xFC2CF9) is known color: Magenta. HEX triplet: FC, 2C and F9. RGB value is (252,44,249). Sum of RGB (Red+Green+Blue) = 252+44+249=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 44 (17.58% from 255 or 8.07% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2CF9 is #03D306. Grayscale: #808080. Windows color (decimal): -250631 or 16329980. OLE color: 16329980.
HSL color Cylindrical-coordinate representation of color #FC2CF9: hue angle of 300.87º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2CF9 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 249 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.01 |
| HSL | 300.87º | 0.97% | 0.58% | - |
| HSV(B) | 300.87º | 0.83% | 0.99% | - |
| XYZ | 58.14 | 29.34 | 92.22 | - |
| YUV | 129.56 | 195.41 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 249 | 0 | 0.83 | 0.01 | 0.01 | 300.87 | 0.97 | 0.58 |
| Hex | FC | 2C | F9 | 0 | 53 | 1 | 1 | 12D | 61 | 3A |
| Octal | 374 | 54 | 371 | 0 | 123 | 1 | 1 | 455 | 141 | 72 |
| Binary | 11111100 | 101100 | 11111001 | 0 | 1010011 | 1 | 1 | 100101101 | 1100001 | 111010 |
Color Harmonies of #FC2CF9
Complementary color
Monochromatic Colors of #FC2CF9
Black with #FC2CF9
Text Example
Text Example
White with #FC2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CF9; }
p { color: rgb(252,44,249); }
H1.HeaderClassName
{
color: #FC2CF9;
}
.AnyTagClassName
{
color: #FC2CF9;
}
</style>
background-color css
<style>
a { background-color: #FC2CF9; }
a { background-color: rgb(252,44,249); }
div.DivClassName
{
background-color: #FC2CF9;
}
.BgClassName
{
background-color: #FC2CF9;
}
</style>
border-color css
<style>
span { border-color: #FC2CF9; }
span { border-color: rgb(252,44,249); }
td.TdClassName
{
border-color: #FC2CF9;
}
.TagClassName
{
border-color: #FC2CF9;
}
</style>