Shades of Magenta #FA13ED
Tints of Magenta #FA13ED
RGB
CMYK
RGB Variations
Color information
#FA13ED (or 0xFA13ED) is known color: Magenta. HEX triplet: FA, 13 and ED. RGB value is (250,19,237). Sum of RGB (Red+Green+Blue) = 250+19+237=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 19 (7.81% from 255 or 3.75% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA13ED is #05EC12. Grayscale: #707070. Windows color (decimal): -388115 or 15537146. OLE color: 15537146.
HSL color Cylindrical-coordinate representation of color #FA13ED: hue angle of 303.38º 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 #FA13ED is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 237 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.02 |
| HSL | 303.38º | 0.96% | 0.53% | - |
| HSV(B) | 303.38º | 0.92% | 0.98% | - |
| XYZ | 54.94 | 26.9 | 82.42 | - |
| YUV | 112.92 | 198.03 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 237 | 0 | 0.92 | 0.05 | 0.02 | 303.38 | 0.96 | 0.53 |
| Hex | FA | 13 | ED | 0 | 5C | 5 | 2 | 12F | 60 | 35 |
| Octal | 372 | 23 | 355 | 0 | 134 | 5 | 2 | 457 | 140 | 65 |
| Binary | 11111010 | 10011 | 11101101 | 0 | 1011100 | 101 | 10 | 100101111 | 1100000 | 110101 |
Color Harmonies of #FA13ED
Complementary color
Monochromatic Colors of #FA13ED
Black with #FA13ED
Text Example
Text Example
White with #FA13ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA13ED; }
p { color: rgb(250,19,237); }
H1.HeaderClassName
{
color: #FA13ED;
}
.AnyTagClassName
{
color: #FA13ED;
}
</style>
background-color css
<style>
a { background-color: #FA13ED; }
a { background-color: rgb(250,19,237); }
div.DivClassName
{
background-color: #FA13ED;
}
.BgClassName
{
background-color: #FA13ED;
}
</style>
border-color css
<style>
span { border-color: #FA13ED; }
span { border-color: rgb(250,19,237); }
td.TdClassName
{
border-color: #FA13ED;
}
.TagClassName
{
border-color: #FA13ED;
}
</style>