Shades of Magenta #FC1DF0
Tints of Magenta #FC1DF0
RGB
CMYK
RGB Variations
Color information
#FC1DF0 (or 0xFC1DF0) is known color: Magenta. HEX triplet: FC, 1D and F0. RGB value is (252,29,240). Sum of RGB (Red+Green+Blue) = 252+29+240=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 29 (11.72% from 255 or 5.57% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1DF0 is #03E20F. Grayscale: #777777. Windows color (decimal): -254480 or 15736316. OLE color: 15736316.
HSL color Cylindrical-coordinate representation of color #FC1DF0: hue angle of 303.23º 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 #FC1DF0 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 240 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.01 |
| HSL | 303.23º | 0.97% | 0.55% | - |
| HSV(B) | 303.23º | 0.88% | 0.99% | - |
| XYZ | 56.31 | 27.87 | 84.85 | - |
| YUV | 119.73 | 195.88 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 240 | 0 | 0.88 | 0.05 | 0.01 | 303.23 | 0.97 | 0.55 |
| Hex | FC | 1D | F0 | 0 | 58 | 5 | 1 | 12F | 61 | 37 |
| Octal | 374 | 35 | 360 | 0 | 130 | 5 | 1 | 457 | 141 | 67 |
| Binary | 11111100 | 11101 | 11110000 | 0 | 1011000 | 101 | 1 | 100101111 | 1100001 | 110111 |
Color Harmonies of #FC1DF0
Complementary color
Monochromatic Colors of #FC1DF0
Black with #FC1DF0
Text Example
Text Example
White with #FC1DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DF0; }
p { color: rgb(252,29,240); }
H1.HeaderClassName
{
color: #FC1DF0;
}
.AnyTagClassName
{
color: #FC1DF0;
}
</style>
background-color css
<style>
a { background-color: #FC1DF0; }
a { background-color: rgb(252,29,240); }
div.DivClassName
{
background-color: #FC1DF0;
}
.BgClassName
{
background-color: #FC1DF0;
}
</style>
border-color css
<style>
span { border-color: #FC1DF0; }
span { border-color: rgb(252,29,240); }
td.TdClassName
{
border-color: #FC1DF0;
}
.TagClassName
{
border-color: #FC1DF0;
}
</style>