Shades of Magenta #FA13EA
Tints of Magenta #FA13EA
RGB
CMYK
RGB Variations
Color information
#FA13EA (or 0xFA13EA) is known color: Magenta. HEX triplet: FA, 13 and EA. RGB value is (250,19,234). Sum of RGB (Red+Green+Blue) = 250+19+234=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 19 (7.81% from 255 or 3.78% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA13EA is #05EC15. Grayscale: #6F6F6F. Windows color (decimal): -388118 or 15340538. OLE color: 15340538.
HSL color Cylindrical-coordinate representation of color #FA13EA: hue angle of 304.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA13EA is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 234 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.02 |
| HSL | 304.16º | 0.96% | 0.53% | - |
| HSV(B) | 304.16º | 0.92% | 0.98% | - |
| XYZ | 54.51 | 26.73 | 80.13 | - |
| YUV | 112.58 | 196.53 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 234 | 0 | 0.92 | 0.06 | 0.02 | 304.16 | 0.96 | 0.53 |
| Hex | FA | 13 | EA | 0 | 5C | 6 | 2 | 130 | 60 | 35 |
| Octal | 372 | 23 | 352 | 0 | 134 | 6 | 2 | 460 | 140 | 65 |
| Binary | 11111010 | 10011 | 11101010 | 0 | 1011100 | 110 | 10 | 100110000 | 1100000 | 110101 |
Color Harmonies of #FA13EA
Complementary color
Monochromatic Colors of #FA13EA
Black with #FA13EA
Text Example
Text Example
White with #FA13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA13EA; }
p { color: rgb(250,19,234); }
H1.HeaderClassName
{
color: #FA13EA;
}
.AnyTagClassName
{
color: #FA13EA;
}
</style>
background-color css
<style>
a { background-color: #FA13EA; }
a { background-color: rgb(250,19,234); }
div.DivClassName
{
background-color: #FA13EA;
}
.BgClassName
{
background-color: #FA13EA;
}
</style>
border-color css
<style>
span { border-color: #FA13EA; }
span { border-color: rgb(250,19,234); }
td.TdClassName
{
border-color: #FA13EA;
}
.TagClassName
{
border-color: #FA13EA;
}
</style>