Shades of Magenta #FC19F8
Tints of Magenta #FC19F8
RGB
CMYK
RGB Variations
Color information
#FC19F8 (or 0xFC19F8) is known color: Magenta. HEX triplet: FC, 19 and F8. RGB value is (252,25,248). Sum of RGB (Red+Green+Blue) = 252+25+248=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 25 (10.16% from 255 or 4.76% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC19F8 is #03E607. Grayscale: #757575. Windows color (decimal): -255496 or 16259580. OLE color: 16259580.
HSL color Cylindrical-coordinate representation of color #FC19F8: hue angle of 301.06º 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 #FC19F8 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 248 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.01 |
| HSL | 301.06º | 0.97% | 0.54% | - |
| HSV(B) | 301.06º | 0.9% | 0.99% | - |
| XYZ | 57.44 | 28.17 | 91.22 | - |
| YUV | 118.3 | 201.21 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 248 | 0 | 0.90 | 0.02 | 0.01 | 301.06 | 0.97 | 0.54 |
| Hex | FC | 19 | F8 | 0 | 5A | 2 | 1 | 12D | 61 | 36 |
| Octal | 374 | 31 | 370 | 0 | 132 | 2 | 1 | 455 | 141 | 66 |
| Binary | 11111100 | 11001 | 11111000 | 0 | 1011010 | 10 | 1 | 100101101 | 1100001 | 110110 |
Color Harmonies of #FC19F8
Complementary color
Monochromatic Colors of #FC19F8
Black with #FC19F8
Text Example
Text Example
White with #FC19F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19F8; }
p { color: rgb(252,25,248); }
H1.HeaderClassName
{
color: #FC19F8;
}
.AnyTagClassName
{
color: #FC19F8;
}
</style>
background-color css
<style>
a { background-color: #FC19F8; }
a { background-color: rgb(252,25,248); }
div.DivClassName
{
background-color: #FC19F8;
}
.BgClassName
{
background-color: #FC19F8;
}
</style>
border-color css
<style>
span { border-color: #FC19F8; }
span { border-color: rgb(252,25,248); }
td.TdClassName
{
border-color: #FC19F8;
}
.TagClassName
{
border-color: #FC19F8;
}
</style>