Shades of Magenta #FC1CF6
Tints of Magenta #FC1CF6
RGB
CMYK
RGB Variations
Color information
#FC1CF6 (or 0xFC1CF6) is known color: Magenta. HEX triplet: FC, 1C and F6. RGB value is (252,28,246). Sum of RGB (Red+Green+Blue) = 252+28+246=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 28 (11.33% from 255 or 5.32% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CF6 is #03E309. Grayscale: #777777. Windows color (decimal): -254730 or 16129276. OLE color: 16129276.
HSL color Cylindrical-coordinate representation of color #FC1CF6: hue angle of 301.61º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1CF6 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 246 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.01 |
| HSL | 301.61º | 0.97% | 0.55% | - |
| HSV(B) | 301.61º | 0.89% | 0.99% | - |
| XYZ | 57.19 | 28.18 | 89.61 | - |
| YUV | 119.83 | 199.21 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 246 | 0 | 0.89 | 0.02 | 0.01 | 301.61 | 0.97 | 0.55 |
| Hex | FC | 1C | F6 | 0 | 59 | 2 | 1 | 12E | 61 | 37 |
| Octal | 374 | 34 | 366 | 0 | 131 | 2 | 1 | 456 | 141 | 67 |
| Binary | 11111100 | 11100 | 11110110 | 0 | 1011001 | 10 | 1 | 100101110 | 1100001 | 110111 |
Color Harmonies of #FC1CF6
Complementary color
Monochromatic Colors of #FC1CF6
Black with #FC1CF6
Text Example
Text Example
White with #FC1CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1CF6; }
p { color: rgb(252,28,246); }
H1.HeaderClassName
{
color: #FC1CF6;
}
.AnyTagClassName
{
color: #FC1CF6;
}
</style>
background-color css
<style>
a { background-color: #FC1CF6; }
a { background-color: rgb(252,28,246); }
div.DivClassName
{
background-color: #FC1CF6;
}
.BgClassName
{
background-color: #FC1CF6;
}
</style>
border-color css
<style>
span { border-color: #FC1CF6; }
span { border-color: rgb(252,28,246); }
td.TdClassName
{
border-color: #FC1CF6;
}
.TagClassName
{
border-color: #FC1CF6;
}
</style>