Shades of Magenta #FA02ED
Tints of Magenta #FA02ED
RGB
CMYK
RGB Variations
Color information
#FA02ED (or 0xFA02ED) is known color: Magenta. HEX triplet: FA, 02 and ED. RGB value is (250,2,237). Sum of RGB (Red+Green+Blue) = 250+2+237=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 2 (1.17% from 255 or 0.41% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA02ED is #05FD12. Grayscale: #666666. Windows color (decimal): -392467 or 15532794. OLE color: 15532794.
HSL color Cylindrical-coordinate representation of color #FA02ED: hue angle of 303.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02ED is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 237 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.02 |
| HSL | 303.15º | 0.98% | 0.49% | - |
| HSV(B) | 303.15º | 0.99% | 0.98% | - |
| XYZ | 54.73 | 26.48 | 82.35 | - |
| YUV | 102.94 | 203.66 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 237 | 0 | 0.99 | 0.05 | 0.02 | 303.15 | 0.98 | 0.49 |
| Hex | FA | 2 | ED | 0 | 63 | 5 | 2 | 12F | 62 | 31 |
| Octal | 372 | 2 | 355 | 0 | 143 | 5 | 2 | 457 | 142 | 61 |
| Binary | 11111010 | 10 | 11101101 | 0 | 1100011 | 101 | 10 | 100101111 | 1100010 | 110001 |
Color Harmonies of #FA02ED
Complementary color
Monochromatic Colors of #FA02ED
Black with #FA02ED
Text Example
Text Example
White with #FA02ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02ED; }
p { color: rgb(250,2,237); }
H1.HeaderClassName
{
color: #FA02ED;
}
.AnyTagClassName
{
color: #FA02ED;
}
</style>
background-color css
<style>
a { background-color: #FA02ED; }
a { background-color: rgb(250,2,237); }
div.DivClassName
{
background-color: #FA02ED;
}
.BgClassName
{
background-color: #FA02ED;
}
</style>
border-color css
<style>
span { border-color: #FA02ED; }
span { border-color: rgb(250,2,237); }
td.TdClassName
{
border-color: #FA02ED;
}
.TagClassName
{
border-color: #FA02ED;
}
</style>