Shades of Magenta #FA06ED
Tints of Magenta #FA06ED
RGB
CMYK
RGB Variations
Color information
#FA06ED (or 0xFA06ED) is known color: Magenta. HEX triplet: FA, 06 and ED. RGB value is (250,6,237). Sum of RGB (Red+Green+Blue) = 250+6+237=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 6 (2.73% from 255 or 1.22% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA06ED is #05F912. Grayscale: #686868. Windows color (decimal): -391443 or 15533818. OLE color: 15533818.
HSL color Cylindrical-coordinate representation of color #FA06ED: hue angle of 303.2º 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 #FA06ED is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 237 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.02 |
| HSL | 303.2º | 0.96% | 0.5% | - |
| HSV(B) | 303.2º | 0.98% | 0.98% | - |
| XYZ | 54.78 | 26.57 | 82.36 | - |
| YUV | 105.29 | 202.34 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 237 | 0 | 0.98 | 0.05 | 0.02 | 303.2 | 0.96 | 0.5 |
| Hex | FA | 6 | ED | 0 | 62 | 5 | 2 | 12F | 60 | 32 |
| Octal | 372 | 6 | 355 | 0 | 142 | 5 | 2 | 457 | 140 | 62 |
| Binary | 11111010 | 110 | 11101101 | 0 | 1100010 | 101 | 10 | 100101111 | 1100000 | 110010 |
Color Harmonies of #FA06ED
Complementary color
Monochromatic Colors of #FA06ED
Black with #FA06ED
Text Example
Text Example
White with #FA06ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA06ED; }
p { color: rgb(250,6,237); }
H1.HeaderClassName
{
color: #FA06ED;
}
.AnyTagClassName
{
color: #FA06ED;
}
</style>
background-color css
<style>
a { background-color: #FA06ED; }
a { background-color: rgb(250,6,237); }
div.DivClassName
{
background-color: #FA06ED;
}
.BgClassName
{
background-color: #FA06ED;
}
</style>
border-color css
<style>
span { border-color: #FA06ED; }
span { border-color: rgb(250,6,237); }
td.TdClassName
{
border-color: #FA06ED;
}
.TagClassName
{
border-color: #FA06ED;
}
</style>