Shades of Magenta #FC1EF8
Tints of Magenta #FC1EF8
RGB
CMYK
RGB Variations
Color information
#FC1EF8 (or 0xFC1EF8) is known color: Magenta. HEX triplet: FC, 1E and F8. RGB value is (252,30,248). Sum of RGB (Red+Green+Blue) = 252+30+248=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 30 (12.11% from 255 or 5.66% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1EF8 is #03E107. Grayscale: #787878. Windows color (decimal): -254216 or 16260860. OLE color: 16260860.
HSL color Cylindrical-coordinate representation of color #FC1EF8: hue angle of 301.08º 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 #FC1EF8 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 248 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.01 |
| HSL | 301.08º | 0.97% | 0.55% | - |
| HSV(B) | 301.08º | 0.88% | 0.99% | - |
| XYZ | 57.55 | 28.4 | 91.26 | - |
| YUV | 121.23 | 199.55 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 248 | 0 | 0.88 | 0.02 | 0.01 | 301.08 | 0.97 | 0.55 |
| Hex | FC | 1E | F8 | 0 | 58 | 2 | 1 | 12D | 61 | 37 |
| Octal | 374 | 36 | 370 | 0 | 130 | 2 | 1 | 455 | 141 | 67 |
| Binary | 11111100 | 11110 | 11111000 | 0 | 1011000 | 10 | 1 | 100101101 | 1100001 | 110111 |
Color Harmonies of #FC1EF8
Complementary color
Monochromatic Colors of #FC1EF8
Black with #FC1EF8
Text Example
Text Example
White with #FC1EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1EF8; }
p { color: rgb(252,30,248); }
H1.HeaderClassName
{
color: #FC1EF8;
}
.AnyTagClassName
{
color: #FC1EF8;
}
</style>
background-color css
<style>
a { background-color: #FC1EF8; }
a { background-color: rgb(252,30,248); }
div.DivClassName
{
background-color: #FC1EF8;
}
.BgClassName
{
background-color: #FC1EF8;
}
</style>
border-color css
<style>
span { border-color: #FC1EF8; }
span { border-color: rgb(252,30,248); }
td.TdClassName
{
border-color: #FC1EF8;
}
.TagClassName
{
border-color: #FC1EF8;
}
</style>