Shades of Magenta #FC19FA
Tints of Magenta #FC19FA
RGB
CMYK
RGB Variations
Color information
#FC19FA (or 0xFC19FA) is known color: Magenta. HEX triplet: FC, 19 and FA. RGB value is (252,25,250). Sum of RGB (Red+Green+Blue) = 252+25+250=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 25 (10.16% from 255 or 4.74% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC19FA is #03E605. Grayscale: #757575. Windows color (decimal): -255494 or 16390652. OLE color: 16390652.
HSL color Cylindrical-coordinate representation of color #FC19FA: hue angle of 300.53º 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 #FC19FA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 250 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.01 |
| HSL | 300.53º | 0.97% | 0.54% | - |
| HSV(B) | 300.53º | 0.9% | 0.99% | - |
| XYZ | 57.75 | 28.29 | 92.86 | - |
| YUV | 118.52 | 202.21 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 250 | 0 | 0.90 | 0.01 | 0.01 | 300.53 | 0.97 | 0.54 |
| Hex | FC | 19 | FA | 0 | 5A | 1 | 1 | 12D | 61 | 36 |
| Octal | 374 | 31 | 372 | 0 | 132 | 1 | 1 | 455 | 141 | 66 |
| Binary | 11111100 | 11001 | 11111010 | 0 | 1011010 | 1 | 1 | 100101101 | 1100001 | 110110 |
Color Harmonies of #FC19FA
Complementary color
Monochromatic Colors of #FC19FA
Black with #FC19FA
Text Example
Text Example
White with #FC19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19FA; }
p { color: rgb(252,25,250); }
H1.HeaderClassName
{
color: #FC19FA;
}
.AnyTagClassName
{
color: #FC19FA;
}
</style>
background-color css
<style>
a { background-color: #FC19FA; }
a { background-color: rgb(252,25,250); }
div.DivClassName
{
background-color: #FC19FA;
}
.BgClassName
{
background-color: #FC19FA;
}
</style>
border-color css
<style>
span { border-color: #FC19FA; }
span { border-color: rgb(252,25,250); }
td.TdClassName
{
border-color: #FC19FA;
}
.TagClassName
{
border-color: #FC19FA;
}
</style>