Shades of Magenta #FC31FE
Tints of Magenta #FC31FE
RGB
CMYK
RGB Variations
Color information
#FC31FE (or 0xFC31FE) is known color: Magenta. HEX triplet: FC, 31 and FE. RGB value is (252,49,254). Sum of RGB (Red+Green+Blue) = 252+49+254=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 49 (19.53% from 255 or 8.83% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC31FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC31FE is #03CE01. Grayscale: #848484. Windows color (decimal): -249346 or 16658940. OLE color: 16658940.
HSL color Cylindrical-coordinate representation of color #FC31FE: hue angle of 299.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC31FE is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 49 | 254 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.00 |
| HSL | 299.41º | 0.99% | 0.59% | - |
| HSV(B) | 299.41º | 0.81% | 1% | - |
| XYZ | 59.13 | 30.05 | 96.45 | - |
| YUV | 133.07 | 196.25 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 254 | 0.01 | 0.81 | 0 | 0.00 | 299.41 | 0.99 | 0.59 |
| Hex | FC | 31 | FE | 1 | 51 | 0 | 0 | 12B | 63 | 3B |
| Octal | 374 | 61 | 376 | 1 | 121 | 0 | 0 | 453 | 143 | 73 |
| Binary | 11111100 | 110001 | 11111110 | 1 | 1010001 | 0 | 0 | 100101011 | 1100011 | 111011 |
Color Harmonies of #FC31FE
Complementary color
Monochromatic Colors of #FC31FE
Black with #FC31FE
Text Example
Text Example
White with #FC31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31FE; }
p { color: rgb(252,49,254); }
H1.HeaderClassName
{
color: #FC31FE;
}
.AnyTagClassName
{
color: #FC31FE;
}
</style>
background-color css
<style>
a { background-color: #FC31FE; }
a { background-color: rgb(252,49,254); }
div.DivClassName
{
background-color: #FC31FE;
}
.BgClassName
{
background-color: #FC31FE;
}
</style>
border-color css
<style>
span { border-color: #FC31FE; }
span { border-color: rgb(252,49,254); }
td.TdClassName
{
border-color: #FC31FE;
}
.TagClassName
{
border-color: #FC31FE;
}
</style>