Shades of Magenta #FC19F2
Tints of Magenta #FC19F2
RGB
CMYK
RGB Variations
Color information
#FC19F2 (or 0xFC19F2) is known color: Magenta. HEX triplet: FC, 19 and F2. RGB value is (252,25,242). Sum of RGB (Red+Green+Blue) = 252+25+242=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 25 (10.16% from 255 or 4.82% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC19F2 is #03E60D. Grayscale: #747474. Windows color (decimal): -255502 or 15866364. OLE color: 15866364.
HSL color Cylindrical-coordinate representation of color #FC19F2: hue angle of 302.64º 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 #FC19F2 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 242 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.01 |
| HSL | 302.64º | 0.97% | 0.54% | - |
| HSV(B) | 302.64º | 0.9% | 0.99% | - |
| XYZ | 56.52 | 27.8 | 86.39 | - |
| YUV | 117.61 | 198.21 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 242 | 0 | 0.90 | 0.04 | 0.01 | 302.64 | 0.97 | 0.54 |
| Hex | FC | 19 | F2 | 0 | 5A | 4 | 1 | 12F | 61 | 36 |
| Octal | 374 | 31 | 362 | 0 | 132 | 4 | 1 | 457 | 141 | 66 |
| Binary | 11111100 | 11001 | 11110010 | 0 | 1011010 | 100 | 1 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FC19F2
Complementary color
Monochromatic Colors of #FC19F2
Black with #FC19F2
Text Example
Text Example
White with #FC19F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19F2; }
p { color: rgb(252,25,242); }
H1.HeaderClassName
{
color: #FC19F2;
}
.AnyTagClassName
{
color: #FC19F2;
}
</style>
background-color css
<style>
a { background-color: #FC19F2; }
a { background-color: rgb(252,25,242); }
div.DivClassName
{
background-color: #FC19F2;
}
.BgClassName
{
background-color: #FC19F2;
}
</style>
border-color css
<style>
span { border-color: #FC19F2; }
span { border-color: rgb(252,25,242); }
td.TdClassName
{
border-color: #FC19F2;
}
.TagClassName
{
border-color: #FC19F2;
}
</style>