Shades of Magenta #FA04ED
Tints of Magenta #FA04ED
RGB
CMYK
RGB Variations
Color information
#FA04ED (or 0xFA04ED) is known color: Magenta. HEX triplet: FA, 04 and ED. RGB value is (250,4,237). Sum of RGB (Red+Green+Blue) = 250+4+237=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 4 (1.95% from 255 or 0.81% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA04ED is #05FB12. Grayscale: #676767. Windows color (decimal): -391955 or 15533306. OLE color: 15533306.
HSL color Cylindrical-coordinate representation of color #FA04ED: hue angle of 303.17º degrees, saturation: 0.97, 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 #FA04ED is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 237 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.02 |
| HSL | 303.17º | 0.97% | 0.5% | - |
| HSV(B) | 303.17º | 0.98% | 0.98% | - |
| XYZ | 54.75 | 26.53 | 82.35 | - |
| YUV | 104.12 | 203 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 237 | 0 | 0.98 | 0.05 | 0.02 | 303.17 | 0.97 | 0.5 |
| Hex | FA | 4 | ED | 0 | 62 | 5 | 2 | 12F | 61 | 32 |
| Octal | 372 | 4 | 355 | 0 | 142 | 5 | 2 | 457 | 141 | 62 |
| Binary | 11111010 | 100 | 11101101 | 0 | 1100010 | 101 | 10 | 100101111 | 1100001 | 110010 |
Color Harmonies of #FA04ED
Complementary color
Monochromatic Colors of #FA04ED
Black with #FA04ED
Text Example
Text Example
White with #FA04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04ED; }
p { color: rgb(250,4,237); }
H1.HeaderClassName
{
color: #FA04ED;
}
.AnyTagClassName
{
color: #FA04ED;
}
</style>
background-color css
<style>
a { background-color: #FA04ED; }
a { background-color: rgb(250,4,237); }
div.DivClassName
{
background-color: #FA04ED;
}
.BgClassName
{
background-color: #FA04ED;
}
</style>
border-color css
<style>
span { border-color: #FA04ED; }
span { border-color: rgb(250,4,237); }
td.TdClassName
{
border-color: #FA04ED;
}
.TagClassName
{
border-color: #FA04ED;
}
</style>