Shades of Magenta #FC27FE
Tints of Magenta #FC27FE
RGB
CMYK
RGB Variations
Color information
#FC27FE (or 0xFC27FE) is known color: Magenta. HEX triplet: FC, 27 and FE. RGB value is (252,39,254). Sum of RGB (Red+Green+Blue) = 252+39+254=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 39 (15.62% from 255 or 7.16% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC27FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC27FE is #03D801. Grayscale: #7E7E7E. Windows color (decimal): -251906 or 16656380. OLE color: 16656380.
HSL color Cylindrical-coordinate representation of color #FC27FE: hue angle of 299.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC27FE is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 39 | 254 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.00 |
| HSL | 299.44º | 0.99% | 0.57% | - |
| HSV(B) | 299.44º | 0.85% | 1% | - |
| XYZ | 58.76 | 29.3 | 96.32 | - |
| YUV | 127.2 | 199.57 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 254 | 0.01 | 0.85 | 0 | 0.00 | 299.44 | 0.99 | 0.57 |
| Hex | FC | 27 | FE | 1 | 55 | 0 | 0 | 12B | 63 | 39 |
| Octal | 374 | 47 | 376 | 1 | 125 | 0 | 0 | 453 | 143 | 71 |
| Binary | 11111100 | 100111 | 11111110 | 1 | 1010101 | 0 | 0 | 100101011 | 1100011 | 111001 |
Color Harmonies of #FC27FE
Complementary color
Monochromatic Colors of #FC27FE
Black with #FC27FE
Text Example
Text Example
White with #FC27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC27FE; }
p { color: rgb(252,39,254); }
H1.HeaderClassName
{
color: #FC27FE;
}
.AnyTagClassName
{
color: #FC27FE;
}
</style>
background-color css
<style>
a { background-color: #FC27FE; }
a { background-color: rgb(252,39,254); }
div.DivClassName
{
background-color: #FC27FE;
}
.BgClassName
{
background-color: #FC27FE;
}
</style>
border-color css
<style>
span { border-color: #FC27FE; }
span { border-color: rgb(252,39,254); }
td.TdClassName
{
border-color: #FC27FE;
}
.TagClassName
{
border-color: #FC27FE;
}
</style>