Shades of Magenta #FC2BF6
Tints of Magenta #FC2BF6
RGB
CMYK
RGB Variations
Color information
#FC2BF6 (or 0xFC2BF6) is known color: Magenta. HEX triplet: FC, 2B and F6. RGB value is (252,43,246). Sum of RGB (Red+Green+Blue) = 252+43+246=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 43 (17.19% from 255 or 7.95% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2BF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2BF6 is #03D409. Grayscale: #808080. Windows color (decimal): -250890 or 16133116. OLE color: 16133116.
HSL color Cylindrical-coordinate representation of color #FC2BF6: hue angle of 301.72º 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 #FC2BF6 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 246 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.01 |
| HSL | 301.72º | 0.97% | 0.58% | - |
| HSV(B) | 301.72º | 0.83% | 0.99% | - |
| XYZ | 57.64 | 29.08 | 89.76 | - |
| YUV | 128.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 246 | 0 | 0.83 | 0.02 | 0.01 | 301.72 | 0.97 | 0.58 |
| Hex | FC | 2B | F6 | 0 | 53 | 2 | 1 | 12E | 61 | 3A |
| Octal | 374 | 53 | 366 | 0 | 123 | 2 | 1 | 456 | 141 | 72 |
| Binary | 11111100 | 101011 | 11110110 | 0 | 1010011 | 10 | 1 | 100101110 | 1100001 | 111010 |
Color Harmonies of #FC2BF6
Complementary color
Monochromatic Colors of #FC2BF6
Black with #FC2BF6
Text Example
Text Example
White with #FC2BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2BF6; }
p { color: rgb(252,43,246); }
H1.HeaderClassName
{
color: #FC2BF6;
}
.AnyTagClassName
{
color: #FC2BF6;
}
</style>
background-color css
<style>
a { background-color: #FC2BF6; }
a { background-color: rgb(252,43,246); }
div.DivClassName
{
background-color: #FC2BF6;
}
.BgClassName
{
background-color: #FC2BF6;
}
</style>
border-color css
<style>
span { border-color: #FC2BF6; }
span { border-color: rgb(252,43,246); }
td.TdClassName
{
border-color: #FC2BF6;
}
.TagClassName
{
border-color: #FC2BF6;
}
</style>