Shades of Magenta #FA19E7
Tints of Magenta #FA19E7
RGB
CMYK
RGB Variations
Color information
#FA19E7 (or 0xFA19E7) is known color: Magenta. HEX triplet: FA, 19 and E7. RGB value is (250,25,231). Sum of RGB (Red+Green+Blue) = 250+25+231=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA19E7 is #05E618. Grayscale: #737373. Windows color (decimal): -386585 or 15145466. OLE color: 15145466.
HSL color Cylindrical-coordinate representation of color #FA19E7: hue angle of 305.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 #FA19E7 is Cyan = 0, Magento = 0.9, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 231 | - |
| CMYK | 0 | 0.9 | 0.08 | 0.02 |
| HSL | 305.07º | 0.96% | 0.54% | - |
| HSV(B) | 305.07º | 0.9% | 0.98% | - |
| XYZ | 54.2 | 26.79 | 77.92 | - |
| YUV | 115.76 | 193.04 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 231 | 0 | 0.9 | 0.08 | 0.02 | 305.07 | 0.96 | 0.54 |
| Hex | FA | 19 | E7 | 0 | 5A | 8 | 2 | 131 | 60 | 36 |
| Octal | 372 | 31 | 347 | 0 | 132 | 10 | 2 | 461 | 140 | 66 |
| Binary | 11111010 | 11001 | 11100111 | 0 | 1011010 | 1000 | 10 | 100110001 | 1100000 | 110110 |
Color Harmonies of #FA19E7
Complementary color
Monochromatic Colors of #FA19E7
Black with #FA19E7
Text Example
Text Example
White with #FA19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA19E7; }
p { color: rgb(250,25,231); }
H1.HeaderClassName
{
color: #FA19E7;
}
.AnyTagClassName
{
color: #FA19E7;
}
</style>
background-color css
<style>
a { background-color: #FA19E7; }
a { background-color: rgb(250,25,231); }
div.DivClassName
{
background-color: #FA19E7;
}
.BgClassName
{
background-color: #FA19E7;
}
</style>
border-color css
<style>
span { border-color: #FA19E7; }
span { border-color: rgb(250,25,231); }
td.TdClassName
{
border-color: #FA19E7;
}
.TagClassName
{
border-color: #FA19E7;
}
</style>