Shades of Magenta #FC2DFB
Tints of Magenta #FC2DFB
RGB
CMYK
RGB Variations
Color information
#FC2DFB (or 0xFC2DFB) is known color: Magenta. HEX triplet: FC, 2D and FB. RGB value is (252,45,251). Sum of RGB (Red+Green+Blue) = 252+45+251=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 45 (17.97% from 255 or 8.21% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2DFB is #03D204. Grayscale: #818181. Windows color (decimal): -250373 or 16461308. OLE color: 16461308.
HSL color Cylindrical-coordinate representation of color #FC2DFB: hue angle of 300.29º 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 #FC2DFB is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 251 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.01 |
| HSL | 300.29º | 0.97% | 0.58% | - |
| HSV(B) | 300.29º | 0.82% | 0.99% | - |
| XYZ | 58.5 | 29.54 | 93.88 | - |
| YUV | 130.38 | 196.08 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 251 | 0 | 0.82 | 0.00 | 0.01 | 300.29 | 0.97 | 0.58 |
| Hex | FC | 2D | FB | 0 | 52 | 0 | 1 | 12C | 61 | 3A |
| Octal | 374 | 55 | 373 | 0 | 122 | 0 | 1 | 454 | 141 | 72 |
| Binary | 11111100 | 101101 | 11111011 | 0 | 1010010 | 0 | 1 | 100101100 | 1100001 | 111010 |
Color Harmonies of #FC2DFB
Complementary color
Monochromatic Colors of #FC2DFB
Black with #FC2DFB
Text Example
Text Example
White with #FC2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DFB; }
p { color: rgb(252,45,251); }
H1.HeaderClassName
{
color: #FC2DFB;
}
.AnyTagClassName
{
color: #FC2DFB;
}
</style>
background-color css
<style>
a { background-color: #FC2DFB; }
a { background-color: rgb(252,45,251); }
div.DivClassName
{
background-color: #FC2DFB;
}
.BgClassName
{
background-color: #FC2DFB;
}
</style>
border-color css
<style>
span { border-color: #FC2DFB; }
span { border-color: rgb(252,45,251); }
td.TdClassName
{
border-color: #FC2DFB;
}
.TagClassName
{
border-color: #FC2DFB;
}
</style>