Shades of Magenta #FC1DF1
Tints of Magenta #FC1DF1
RGB
CMYK
RGB Variations
Color information
#FC1DF1 (or 0xFC1DF1) is known color: Magenta. HEX triplet: FC, 1D and F1. RGB value is (252,29,241). Sum of RGB (Red+Green+Blue) = 252+29+241=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 29 (11.72% from 255 or 5.56% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1DF1 is #03E20E. Grayscale: #777777. Windows color (decimal): -254479 or 15801852. OLE color: 15801852.
HSL color Cylindrical-coordinate representation of color #FC1DF1: hue angle of 302.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1DF1 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 241 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.01 |
| HSL | 302.96º | 0.97% | 0.55% | - |
| HSV(B) | 302.96º | 0.88% | 0.99% | - |
| XYZ | 56.46 | 27.93 | 85.63 | - |
| YUV | 119.85 | 196.38 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 241 | 0 | 0.88 | 0.04 | 0.01 | 302.96 | 0.97 | 0.55 |
| Hex | FC | 1D | F1 | 0 | 58 | 4 | 1 | 12F | 61 | 37 |
| Octal | 374 | 35 | 361 | 0 | 130 | 4 | 1 | 457 | 141 | 67 |
| Binary | 11111100 | 11101 | 11110001 | 0 | 1011000 | 100 | 1 | 100101111 | 1100001 | 110111 |
Color Harmonies of #FC1DF1
Complementary color
Monochromatic Colors of #FC1DF1
Black with #FC1DF1
Text Example
Text Example
White with #FC1DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DF1; }
p { color: rgb(252,29,241); }
H1.HeaderClassName
{
color: #FC1DF1;
}
.AnyTagClassName
{
color: #FC1DF1;
}
</style>
background-color css
<style>
a { background-color: #FC1DF1; }
a { background-color: rgb(252,29,241); }
div.DivClassName
{
background-color: #FC1DF1;
}
.BgClassName
{
background-color: #FC1DF1;
}
</style>
border-color css
<style>
span { border-color: #FC1DF1; }
span { border-color: rgb(252,29,241); }
td.TdClassName
{
border-color: #FC1DF1;
}
.TagClassName
{
border-color: #FC1DF1;
}
</style>