Shades of Magenta #FA03ED
Tints of Magenta #FA03ED
RGB
CMYK
RGB Variations
Color information
#FA03ED (or 0xFA03ED) is known color: Magenta. HEX triplet: FA, 03 and ED. RGB value is (250,3,237). Sum of RGB (Red+Green+Blue) = 250+3+237=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 3 (1.56% from 255 or 0.61% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA03ED is #05FC12. Grayscale: #666666. Windows color (decimal): -392211 or 15533050. OLE color: 15533050.
HSL color Cylindrical-coordinate representation of color #FA03ED: hue angle of 303.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA03ED is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 237 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.02 |
| HSL | 303.16º | 0.98% | 0.5% | - |
| HSV(B) | 303.16º | 0.99% | 0.98% | - |
| XYZ | 54.74 | 26.5 | 82.35 | - |
| YUV | 103.53 | 203.33 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 237 | 0 | 0.99 | 0.05 | 0.02 | 303.16 | 0.98 | 0.5 |
| Hex | FA | 3 | ED | 0 | 63 | 5 | 2 | 12F | 62 | 32 |
| Octal | 372 | 3 | 355 | 0 | 143 | 5 | 2 | 457 | 142 | 62 |
| Binary | 11111010 | 11 | 11101101 | 0 | 1100011 | 101 | 10 | 100101111 | 1100010 | 110010 |
Color Harmonies of #FA03ED
Complementary color
Monochromatic Colors of #FA03ED
Black with #FA03ED
Text Example
Text Example
White with #FA03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03ED; }
p { color: rgb(250,3,237); }
H1.HeaderClassName
{
color: #FA03ED;
}
.AnyTagClassName
{
color: #FA03ED;
}
</style>
background-color css
<style>
a { background-color: #FA03ED; }
a { background-color: rgb(250,3,237); }
div.DivClassName
{
background-color: #FA03ED;
}
.BgClassName
{
background-color: #FA03ED;
}
</style>
border-color css
<style>
span { border-color: #FA03ED; }
span { border-color: rgb(250,3,237); }
td.TdClassName
{
border-color: #FA03ED;
}
.TagClassName
{
border-color: #FA03ED;
}
</style>