Shades of Magenta #FC1FED
Tints of Magenta #FC1FED
RGB
CMYK
RGB Variations
Color information
#FC1FED (or 0xFC1FED) is known color: Magenta. HEX triplet: FC, 1F and ED. RGB value is (252,31,237). Sum of RGB (Red+Green+Blue) = 252+31+237=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 31 (12.5% from 255 or 5.96% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1FED is #03E012. Grayscale: #777777. Windows color (decimal): -253971 or 15540220. OLE color: 15540220.
HSL color Cylindrical-coordinate representation of color #FC1FED: hue angle of 304.07º 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 #FC1FED is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 237 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.01 |
| HSL | 304.07º | 0.97% | 0.55% | - |
| HSV(B) | 304.07º | 0.88% | 0.99% | - |
| XYZ | 55.92 | 27.79 | 82.54 | - |
| YUV | 120.56 | 193.72 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 237 | 0 | 0.88 | 0.06 | 0.01 | 304.07 | 0.97 | 0.55 |
| Hex | FC | 1F | ED | 0 | 58 | 6 | 1 | 130 | 61 | 37 |
| Octal | 374 | 37 | 355 | 0 | 130 | 6 | 1 | 460 | 141 | 67 |
| Binary | 11111100 | 11111 | 11101101 | 0 | 1011000 | 110 | 1 | 100110000 | 1100001 | 110111 |
Color Harmonies of #FC1FED
Complementary color
Monochromatic Colors of #FC1FED
Black with #FC1FED
Text Example
Text Example
White with #FC1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1FED; }
p { color: rgb(252,31,237); }
H1.HeaderClassName
{
color: #FC1FED;
}
.AnyTagClassName
{
color: #FC1FED;
}
</style>
background-color css
<style>
a { background-color: #FC1FED; }
a { background-color: rgb(252,31,237); }
div.DivClassName
{
background-color: #FC1FED;
}
.BgClassName
{
background-color: #FC1FED;
}
</style>
border-color css
<style>
span { border-color: #FC1FED; }
span { border-color: rgb(252,31,237); }
td.TdClassName
{
border-color: #FC1FED;
}
.TagClassName
{
border-color: #FC1FED;
}
</style>