Shades of Magenta #FC19EA
Tints of Magenta #FC19EA
RGB
CMYK
RGB Variations
Color information
#FC19EA (or 0xFC19EA) is known color: Magenta. HEX triplet: FC, 19 and EA. RGB value is (252,25,234). Sum of RGB (Red+Green+Blue) = 252+25+234=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 25 (10.16% from 255 or 4.89% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC19EA is #03E615. Grayscale: #747474. Windows color (decimal): -255510 or 15342076. OLE color: 15342076.
HSL color Cylindrical-coordinate representation of color #FC19EA: hue angle of 304.76º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19EA is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 234 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.01 |
| HSL | 304.76º | 0.97% | 0.54% | - |
| HSV(B) | 304.76º | 0.9% | 0.99% | - |
| XYZ | 55.34 | 27.33 | 80.2 | - |
| YUV | 116.7 | 194.21 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 234 | 0 | 0.90 | 0.07 | 0.01 | 304.76 | 0.97 | 0.54 |
| Hex | FC | 19 | EA | 0 | 5A | 7 | 1 | 131 | 61 | 36 |
| Octal | 374 | 31 | 352 | 0 | 132 | 7 | 1 | 461 | 141 | 66 |
| Binary | 11111100 | 11001 | 11101010 | 0 | 1011010 | 111 | 1 | 100110001 | 1100001 | 110110 |
Color Harmonies of #FC19EA
Complementary color
Monochromatic Colors of #FC19EA
Black with #FC19EA
Text Example
Text Example
White with #FC19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19EA; }
p { color: rgb(252,25,234); }
H1.HeaderClassName
{
color: #FC19EA;
}
.AnyTagClassName
{
color: #FC19EA;
}
</style>
background-color css
<style>
a { background-color: #FC19EA; }
a { background-color: rgb(252,25,234); }
div.DivClassName
{
background-color: #FC19EA;
}
.BgClassName
{
background-color: #FC19EA;
}
</style>
border-color css
<style>
span { border-color: #FC19EA; }
span { border-color: rgb(252,25,234); }
td.TdClassName
{
border-color: #FC19EA;
}
.TagClassName
{
border-color: #FC19EA;
}
</style>