Shades of Magenta #FC1AF0
Tints of Magenta #FC1AF0
RGB
CMYK
RGB Variations
Color information
#FC1AF0 (or 0xFC1AF0) is known color: Magenta. HEX triplet: FC, 1A and F0. RGB value is (252,26,240). Sum of RGB (Red+Green+Blue) = 252+26+240=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 26 (10.55% from 255 or 5.02% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1AF0 is #03E50F. Grayscale: #757575. Windows color (decimal): -255248 or 15735548. OLE color: 15735548.
HSL color Cylindrical-coordinate representation of color #FC1AF0: hue angle of 303.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1AF0 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 240 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.01 |
| HSL | 303.19º | 0.97% | 0.55% | - |
| HSV(B) | 303.19º | 0.9% | 0.99% | - |
| XYZ | 56.24 | 27.73 | 84.83 | - |
| YUV | 117.97 | 196.87 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 240 | 0 | 0.90 | 0.05 | 0.01 | 303.19 | 0.97 | 0.55 |
| Hex | FC | 1A | F0 | 0 | 5A | 5 | 1 | 12F | 61 | 37 |
| Octal | 374 | 32 | 360 | 0 | 132 | 5 | 1 | 457 | 141 | 67 |
| Binary | 11111100 | 11010 | 11110000 | 0 | 1011010 | 101 | 1 | 100101111 | 1100001 | 110111 |
Color Harmonies of #FC1AF0
Complementary color
Monochromatic Colors of #FC1AF0
Black with #FC1AF0
Text Example
Text Example
White with #FC1AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AF0; }
p { color: rgb(252,26,240); }
H1.HeaderClassName
{
color: #FC1AF0;
}
.AnyTagClassName
{
color: #FC1AF0;
}
</style>
background-color css
<style>
a { background-color: #FC1AF0; }
a { background-color: rgb(252,26,240); }
div.DivClassName
{
background-color: #FC1AF0;
}
.BgClassName
{
background-color: #FC1AF0;
}
</style>
border-color css
<style>
span { border-color: #FC1AF0; }
span { border-color: rgb(252,26,240); }
td.TdClassName
{
border-color: #FC1AF0;
}
.TagClassName
{
border-color: #FC1AF0;
}
</style>