Shades of Magenta #FA19F6
Tints of Magenta #FA19F6
RGB
CMYK
RGB Variations
Color information
#FA19F6 (or 0xFA19F6) is known color: Magenta. HEX triplet: FA, 19 and F6. RGB value is (250,25,246). Sum of RGB (Red+Green+Blue) = 250+25+246=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 25 (10.16% from 255 or 4.80% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA19F6 is #05E609. Grayscale: #747474. Windows color (decimal): -386570 or 16128506. OLE color: 16128506.
HSL color Cylindrical-coordinate representation of color #FA19F6: hue angle of 301.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA19F6 is Cyan = 0, Magento = 0.9, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 246 | - |
| CMYK | 0 | 0.9 | 0.02 | 0.02 |
| HSL | 301.07º | 0.96% | 0.54% | - |
| HSV(B) | 301.07º | 0.9% | 0.98% | - |
| XYZ | 56.41 | 27.67 | 89.56 | - |
| YUV | 117.47 | 200.54 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 246 | 0 | 0.9 | 0.02 | 0.02 | 301.07 | 0.96 | 0.54 |
| Hex | FA | 19 | F6 | 0 | 5A | 2 | 2 | 12D | 60 | 36 |
| Octal | 372 | 31 | 366 | 0 | 132 | 2 | 2 | 455 | 140 | 66 |
| Binary | 11111010 | 11001 | 11110110 | 0 | 1011010 | 10 | 10 | 100101101 | 1100000 | 110110 |
Color Harmonies of #FA19F6
Complementary color
Monochromatic Colors of #FA19F6
Black with #FA19F6
Text Example
Text Example
White with #FA19F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA19F6; }
p { color: rgb(250,25,246); }
H1.HeaderClassName
{
color: #FA19F6;
}
.AnyTagClassName
{
color: #FA19F6;
}
</style>
background-color css
<style>
a { background-color: #FA19F6; }
a { background-color: rgb(250,25,246); }
div.DivClassName
{
background-color: #FA19F6;
}
.BgClassName
{
background-color: #FA19F6;
}
</style>
border-color css
<style>
span { border-color: #FA19F6; }
span { border-color: rgb(250,25,246); }
td.TdClassName
{
border-color: #FA19F6;
}
.TagClassName
{
border-color: #FA19F6;
}
</style>