Shades of Magenta #FA10ED
Tints of Magenta #FA10ED
RGB
CMYK
RGB Variations
Color information
#FA10ED (or 0xFA10ED) is known color: Magenta. HEX triplet: FA, 10 and ED. RGB value is (250,16,237). Sum of RGB (Red+Green+Blue) = 250+16+237=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 16 (6.64% from 255 or 3.18% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA10ED is #05EF12. Grayscale: #6E6E6E. Windows color (decimal): -388883 or 15536378. OLE color: 15536378.
HSL color Cylindrical-coordinate representation of color #FA10ED: hue angle of 303.33º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10ED is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 237 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.02 |
| HSL | 303.33º | 0.96% | 0.52% | - |
| HSV(B) | 303.33º | 0.94% | 0.98% | - |
| XYZ | 54.9 | 26.81 | 82.4 | - |
| YUV | 111.16 | 199.02 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 237 | 0 | 0.94 | 0.05 | 0.02 | 303.33 | 0.96 | 0.52 |
| Hex | FA | 10 | ED | 0 | 5E | 5 | 2 | 12F | 60 | 34 |
| Octal | 372 | 20 | 355 | 0 | 136 | 5 | 2 | 457 | 140 | 64 |
| Binary | 11111010 | 10000 | 11101101 | 0 | 1011110 | 101 | 10 | 100101111 | 1100000 | 110100 |
Color Harmonies of #FA10ED
Complementary color
Monochromatic Colors of #FA10ED
Black with #FA10ED
Text Example
Text Example
White with #FA10ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10ED; }
p { color: rgb(250,16,237); }
H1.HeaderClassName
{
color: #FA10ED;
}
.AnyTagClassName
{
color: #FA10ED;
}
</style>
background-color css
<style>
a { background-color: #FA10ED; }
a { background-color: rgb(250,16,237); }
div.DivClassName
{
background-color: #FA10ED;
}
.BgClassName
{
background-color: #FA10ED;
}
</style>
border-color css
<style>
span { border-color: #FA10ED; }
span { border-color: rgb(250,16,237); }
td.TdClassName
{
border-color: #FA10ED;
}
.TagClassName
{
border-color: #FA10ED;
}
</style>