Shades of Magenta #FC1FFE
Tints of Magenta #FC1FFE
RGB
CMYK
RGB Variations
Color information
#FC1FFE (or 0xFC1FFE) is known color: Magenta. HEX triplet: FC, 1F and FE. RGB value is (252,31,254). Sum of RGB (Red+Green+Blue) = 252+31+254=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 31 (12.5% from 255 or 5.77% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC1FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1FFE is #03E001. Grayscale: #797979. Windows color (decimal): -253954 or 16654332. OLE color: 16654332.
HSL color Cylindrical-coordinate representation of color #FC1FFE: hue angle of 299.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1FFE is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 31 | 254 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.00 |
| HSL | 299.46º | 0.99% | 0.56% | - |
| HSV(B) | 299.46º | 0.88% | 1% | - |
| XYZ | 58.52 | 28.83 | 96.25 | - |
| YUV | 122.5 | 202.22 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 254 | 0.01 | 0.88 | 0 | 0.00 | 299.46 | 0.99 | 0.56 |
| Hex | FC | 1F | FE | 1 | 58 | 0 | 0 | 12B | 63 | 38 |
| Octal | 374 | 37 | 376 | 1 | 130 | 0 | 0 | 453 | 143 | 70 |
| Binary | 11111100 | 11111 | 11111110 | 1 | 1011000 | 0 | 0 | 100101011 | 1100011 | 111000 |
Color Harmonies of #FC1FFE
Complementary color
Monochromatic Colors of #FC1FFE
Black with #FC1FFE
Text Example
Text Example
White with #FC1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1FFE; }
p { color: rgb(252,31,254); }
H1.HeaderClassName
{
color: #FC1FFE;
}
.AnyTagClassName
{
color: #FC1FFE;
}
</style>
background-color css
<style>
a { background-color: #FC1FFE; }
a { background-color: rgb(252,31,254); }
div.DivClassName
{
background-color: #FC1FFE;
}
.BgClassName
{
background-color: #FC1FFE;
}
</style>
border-color css
<style>
span { border-color: #FC1FFE; }
span { border-color: rgb(252,31,254); }
td.TdClassName
{
border-color: #FC1FFE;
}
.TagClassName
{
border-color: #FC1FFE;
}
</style>