Shades of Magenta #FA19F5
Tints of Magenta #FA19F5
RGB
CMYK
RGB Variations
Color information
#FA19F5 (or 0xFA19F5) is known color: Magenta. HEX triplet: FA, 19 and F5. RGB value is (250,25,245). Sum of RGB (Red+Green+Blue) = 250+25+245=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 25 (10.16% from 255 or 4.81% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA19F5 is #05E60A. Grayscale: #747474. Windows color (decimal): -386571 or 16062970. OLE color: 16062970.
HSL color Cylindrical-coordinate representation of color #FA19F5: hue angle of 301.33º 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 #FA19F5 is Cyan = 0, Magento = 0.9, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 245 | - |
| CMYK | 0 | 0.9 | 0.02 | 0.02 |
| HSL | 301.33º | 0.96% | 0.54% | - |
| HSV(B) | 301.33º | 0.9% | 0.98% | - |
| XYZ | 56.25 | 27.61 | 88.75 | - |
| YUV | 117.36 | 200.04 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 245 | 0 | 0.9 | 0.02 | 0.02 | 301.33 | 0.96 | 0.54 |
| Hex | FA | 19 | F5 | 0 | 5A | 2 | 2 | 12D | 60 | 36 |
| Octal | 372 | 31 | 365 | 0 | 132 | 2 | 2 | 455 | 140 | 66 |
| Binary | 11111010 | 11001 | 11110101 | 0 | 1011010 | 10 | 10 | 100101101 | 1100000 | 110110 |
Color Harmonies of #FA19F5
Complementary color
Monochromatic Colors of #FA19F5
Black with #FA19F5
Text Example
Text Example
White with #FA19F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA19F5; }
p { color: rgb(250,25,245); }
H1.HeaderClassName
{
color: #FA19F5;
}
.AnyTagClassName
{
color: #FA19F5;
}
</style>
background-color css
<style>
a { background-color: #FA19F5; }
a { background-color: rgb(250,25,245); }
div.DivClassName
{
background-color: #FA19F5;
}
.BgClassName
{
background-color: #FA19F5;
}
</style>
border-color css
<style>
span { border-color: #FA19F5; }
span { border-color: rgb(250,25,245); }
td.TdClassName
{
border-color: #FA19F5;
}
.TagClassName
{
border-color: #FA19F5;
}
</style>