Shades of Magenta #FC1DF2
Tints of Magenta #FC1DF2
RGB
CMYK
RGB Variations
Color information
#FC1DF2 (or 0xFC1DF2) is known color: Magenta. HEX triplet: FC, 1D and F2. RGB value is (252,29,242). Sum of RGB (Red+Green+Blue) = 252+29+242=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 29 (11.72% from 255 or 5.54% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1DF2 is #03E20D. Grayscale: #777777. Windows color (decimal): -254478 or 15867388. OLE color: 15867388.
HSL color Cylindrical-coordinate representation of color #FC1DF2: hue angle of 302.69º 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 #FC1DF2 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 242 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.01 |
| HSL | 302.69º | 0.97% | 0.55% | - |
| HSV(B) | 302.69º | 0.88% | 0.99% | - |
| XYZ | 56.61 | 27.98 | 86.42 | - |
| YUV | 119.96 | 196.88 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 242 | 0 | 0.88 | 0.04 | 0.01 | 302.69 | 0.97 | 0.55 |
| Hex | FC | 1D | F2 | 0 | 58 | 4 | 1 | 12F | 61 | 37 |
| Octal | 374 | 35 | 362 | 0 | 130 | 4 | 1 | 457 | 141 | 67 |
| Binary | 11111100 | 11101 | 11110010 | 0 | 1011000 | 100 | 1 | 100101111 | 1100001 | 110111 |
Color Harmonies of #FC1DF2
Complementary color
Monochromatic Colors of #FC1DF2
Black with #FC1DF2
Text Example
Text Example
White with #FC1DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DF2; }
p { color: rgb(252,29,242); }
H1.HeaderClassName
{
color: #FC1DF2;
}
.AnyTagClassName
{
color: #FC1DF2;
}
</style>
background-color css
<style>
a { background-color: #FC1DF2; }
a { background-color: rgb(252,29,242); }
div.DivClassName
{
background-color: #FC1DF2;
}
.BgClassName
{
background-color: #FC1DF2;
}
</style>
border-color css
<style>
span { border-color: #FC1DF2; }
span { border-color: rgb(252,29,242); }
td.TdClassName
{
border-color: #FC1DF2;
}
.TagClassName
{
border-color: #FC1DF2;
}
</style>