Shades of Magenta #FA17EC
Tints of Magenta #FA17EC
RGB
CMYK
RGB Variations
Color information
#FA17EC (or 0xFA17EC) is known color: Magenta. HEX triplet: FA, 17 and EC. RGB value is (250,23,236). Sum of RGB (Red+Green+Blue) = 250+23+236=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 23 (9.38% from 255 or 4.52% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA17EC is #05E813. Grayscale: #727272. Windows color (decimal): -387092 or 15472634. OLE color: 15472634.
HSL color Cylindrical-coordinate representation of color #FA17EC: hue angle of 303.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA17EC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 236 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.02 |
| HSL | 303.7º | 0.96% | 0.54% | - |
| HSV(B) | 303.7º | 0.91% | 0.98% | - |
| XYZ | 54.87 | 26.99 | 81.68 | - |
| YUV | 115.16 | 196.21 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 236 | 0 | 0.91 | 0.06 | 0.02 | 303.7 | 0.96 | 0.54 |
| Hex | FA | 17 | EC | 0 | 5B | 6 | 2 | 130 | 60 | 36 |
| Octal | 372 | 27 | 354 | 0 | 133 | 6 | 2 | 460 | 140 | 66 |
| Binary | 11111010 | 10111 | 11101100 | 0 | 1011011 | 110 | 10 | 100110000 | 1100000 | 110110 |
Color Harmonies of #FA17EC
Complementary color
Monochromatic Colors of #FA17EC
Black with #FA17EC
Text Example
Text Example
White with #FA17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17EC; }
p { color: rgb(250,23,236); }
H1.HeaderClassName
{
color: #FA17EC;
}
.AnyTagClassName
{
color: #FA17EC;
}
</style>
background-color css
<style>
a { background-color: #FA17EC; }
a { background-color: rgb(250,23,236); }
div.DivClassName
{
background-color: #FA17EC;
}
.BgClassName
{
background-color: #FA17EC;
}
</style>
border-color css
<style>
span { border-color: #FA17EC; }
span { border-color: rgb(250,23,236); }
td.TdClassName
{
border-color: #FA17EC;
}
.TagClassName
{
border-color: #FA17EC;
}
</style>