Shades of Magenta #FA05ED
Tints of Magenta #FA05ED
RGB
CMYK
RGB Variations
Color information
#FA05ED (or 0xFA05ED) is known color: Magenta. HEX triplet: FA, 05 and ED. RGB value is (250,5,237). Sum of RGB (Red+Green+Blue) = 250+5+237=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 5 (2.34% from 255 or 1.02% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA05ED is #05FA12. Grayscale: #686868. Windows color (decimal): -391699 or 15533562. OLE color: 15533562.
HSL color Cylindrical-coordinate representation of color #FA05ED: hue angle of 303.18º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05ED is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.02 |
| HSL | 303.18º | 0.96% | 0.5% | - |
| HSV(B) | 303.18º | 0.98% | 0.98% | - |
| XYZ | 54.76 | 26.55 | 82.36 | - |
| YUV | 104.7 | 202.67 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 237 | 0 | 0.98 | 0.05 | 0.02 | 303.18 | 0.96 | 0.5 |
| Hex | FA | 5 | ED | 0 | 62 | 5 | 2 | 12F | 60 | 32 |
| Octal | 372 | 5 | 355 | 0 | 142 | 5 | 2 | 457 | 140 | 62 |
| Binary | 11111010 | 101 | 11101101 | 0 | 1100010 | 101 | 10 | 100101111 | 1100000 | 110010 |
Color Harmonies of #FA05ED
Complementary color
Monochromatic Colors of #FA05ED
Black with #FA05ED
Text Example
Text Example
White with #FA05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05ED; }
p { color: rgb(250,5,237); }
H1.HeaderClassName
{
color: #FA05ED;
}
.AnyTagClassName
{
color: #FA05ED;
}
</style>
background-color css
<style>
a { background-color: #FA05ED; }
a { background-color: rgb(250,5,237); }
div.DivClassName
{
background-color: #FA05ED;
}
.BgClassName
{
background-color: #FA05ED;
}
</style>
border-color css
<style>
span { border-color: #FA05ED; }
span { border-color: rgb(250,5,237); }
td.TdClassName
{
border-color: #FA05ED;
}
.TagClassName
{
border-color: #FA05ED;
}
</style>