Shades of Magenta #FC1CF3
Tints of Magenta #FC1CF3
RGB
CMYK
RGB Variations
Color information
#FC1CF3 (or 0xFC1CF3) is known color: Magenta. HEX triplet: FC, 1C and F3. RGB value is (252,28,243). Sum of RGB (Red+Green+Blue) = 252+28+243=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CF3 is #03E30C. Grayscale: #767676. Windows color (decimal): -254733 or 15932668. OLE color: 15932668.
HSL color Cylindrical-coordinate representation of color #FC1CF3: hue angle of 302.41º 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 #FC1CF3 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 243 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.01 |
| HSL | 302.41º | 0.97% | 0.55% | - |
| HSV(B) | 302.41º | 0.89% | 0.99% | - |
| XYZ | 56.74 | 28 | 87.21 | - |
| YUV | 119.49 | 197.71 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 243 | 0 | 0.89 | 0.04 | 0.01 | 302.41 | 0.97 | 0.55 |
| Hex | FC | 1C | F3 | 0 | 59 | 4 | 1 | 12E | 61 | 37 |
| Octal | 374 | 34 | 363 | 0 | 131 | 4 | 1 | 456 | 141 | 67 |
| Binary | 11111100 | 11100 | 11110011 | 0 | 1011001 | 100 | 1 | 100101110 | 1100001 | 110111 |
Color Harmonies of #FC1CF3
Complementary color
Monochromatic Colors of #FC1CF3
Black with #FC1CF3
Text Example
Text Example
White with #FC1CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1CF3; }
p { color: rgb(252,28,243); }
H1.HeaderClassName
{
color: #FC1CF3;
}
.AnyTagClassName
{
color: #FC1CF3;
}
</style>
background-color css
<style>
a { background-color: #FC1CF3; }
a { background-color: rgb(252,28,243); }
div.DivClassName
{
background-color: #FC1CF3;
}
.BgClassName
{
background-color: #FC1CF3;
}
</style>
border-color css
<style>
span { border-color: #FC1CF3; }
span { border-color: rgb(252,28,243); }
td.TdClassName
{
border-color: #FC1CF3;
}
.TagClassName
{
border-color: #FC1CF3;
}
</style>