Shades of Magenta #FA16ED
Tints of Magenta #FA16ED
RGB
CMYK
RGB Variations
Color information
#FA16ED (or 0xFA16ED) is known color: Magenta. HEX triplet: FA, 16 and ED. RGB value is (250,22,237). Sum of RGB (Red+Green+Blue) = 250+22+237=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 22 (8.98% from 255 or 4.32% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA16ED is #05E912. Grayscale: #727272. Windows color (decimal): -387347 or 15537914. OLE color: 15537914.
HSL color Cylindrical-coordinate representation of color #FA16ED: hue angle of 303.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA16ED is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 237 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.02 |
| HSL | 303.42º | 0.96% | 0.53% | - |
| HSV(B) | 303.42º | 0.91% | 0.98% | - |
| XYZ | 55 | 27.01 | 82.44 | - |
| YUV | 114.68 | 197.04 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 237 | 0 | 0.91 | 0.05 | 0.02 | 303.42 | 0.96 | 0.53 |
| Hex | FA | 16 | ED | 0 | 5B | 5 | 2 | 12F | 60 | 35 |
| Octal | 372 | 26 | 355 | 0 | 133 | 5 | 2 | 457 | 140 | 65 |
| Binary | 11111010 | 10110 | 11101101 | 0 | 1011011 | 101 | 10 | 100101111 | 1100000 | 110101 |
Color Harmonies of #FA16ED
Complementary color
Monochromatic Colors of #FA16ED
Black with #FA16ED
Text Example
Text Example
White with #FA16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA16ED; }
p { color: rgb(250,22,237); }
H1.HeaderClassName
{
color: #FA16ED;
}
.AnyTagClassName
{
color: #FA16ED;
}
</style>
background-color css
<style>
a { background-color: #FA16ED; }
a { background-color: rgb(250,22,237); }
div.DivClassName
{
background-color: #FA16ED;
}
.BgClassName
{
background-color: #FA16ED;
}
</style>
border-color css
<style>
span { border-color: #FA16ED; }
span { border-color: rgb(250,22,237); }
td.TdClassName
{
border-color: #FA16ED;
}
.TagClassName
{
border-color: #FA16ED;
}
</style>