Shades of Magenta #FC1CFD
Tints of Magenta #FC1CFD
RGB
CMYK
RGB Variations
Color information
#FC1CFD (or 0xFC1CFD) is known color: Magenta. HEX triplet: FC, 1C and FD. RGB value is (252,28,253). Sum of RGB (Red+Green+Blue) = 252+28+253=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 28 (11.33% from 255 or 5.25% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC1CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CFD is #03E302. Grayscale: #777777. Windows color (decimal): -254723 or 16588028. OLE color: 16588028.
HSL color Cylindrical-coordinate representation of color #FC1CFD: hue angle of 299.73º degrees, saturation: 0.98, 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 #FC1CFD is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 253 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.01 |
| HSL | 299.73º | 0.98% | 0.55% | - |
| HSV(B) | 299.73º | 0.89% | 0.99% | - |
| XYZ | 58.29 | 28.62 | 95.38 | - |
| YUV | 120.63 | 202.71 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 253 | 0.00 | 0.89 | 0 | 0.01 | 299.73 | 0.98 | 0.55 |
| Hex | FC | 1C | FD | 0 | 59 | 0 | 1 | 12C | 62 | 37 |
| Octal | 374 | 34 | 375 | 0 | 131 | 0 | 1 | 454 | 142 | 67 |
| Binary | 11111100 | 11100 | 11111101 | 0 | 1011001 | 0 | 1 | 100101100 | 1100010 | 110111 |
Color Harmonies of #FC1CFD
Complementary color
Monochromatic Colors of #FC1CFD
Black with #FC1CFD
Text Example
Text Example
White with #FC1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1CFD; }
p { color: rgb(252,28,253); }
H1.HeaderClassName
{
color: #FC1CFD;
}
.AnyTagClassName
{
color: #FC1CFD;
}
</style>
background-color css
<style>
a { background-color: #FC1CFD; }
a { background-color: rgb(252,28,253); }
div.DivClassName
{
background-color: #FC1CFD;
}
.BgClassName
{
background-color: #FC1CFD;
}
</style>
border-color css
<style>
span { border-color: #FC1CFD; }
span { border-color: rgb(252,28,253); }
td.TdClassName
{
border-color: #FC1CFD;
}
.TagClassName
{
border-color: #FC1CFD;
}
</style>