Shades of Magenta #FA17EF
Tints of Magenta #FA17EF
RGB
CMYK
RGB Variations
Color information
#FA17EF (or 0xFA17EF) is known color: Magenta. HEX triplet: FA, 17 and EF. RGB value is (250,23,239). Sum of RGB (Red+Green+Blue) = 250+23+239=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA17EF is #05E810. Grayscale: #727272. Windows color (decimal): -387089 or 15669242. OLE color: 15669242.
HSL color Cylindrical-coordinate representation of color #FA17EF: hue angle of 302.91º 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 #FA17EF is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 239 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.02 |
| HSL | 302.91º | 0.96% | 0.54% | - |
| HSV(B) | 302.91º | 0.91% | 0.98% | - |
| XYZ | 55.31 | 27.17 | 83.99 | - |
| YUV | 115.5 | 197.71 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 239 | 0 | 0.91 | 0.04 | 0.02 | 302.91 | 0.96 | 0.54 |
| Hex | FA | 17 | EF | 0 | 5B | 4 | 2 | 12F | 60 | 36 |
| Octal | 372 | 27 | 357 | 0 | 133 | 4 | 2 | 457 | 140 | 66 |
| Binary | 11111010 | 10111 | 11101111 | 0 | 1011011 | 100 | 10 | 100101111 | 1100000 | 110110 |
Color Harmonies of #FA17EF
Complementary color
Monochromatic Colors of #FA17EF
Black with #FA17EF
Text Example
Text Example
White with #FA17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17EF; }
p { color: rgb(250,23,239); }
H1.HeaderClassName
{
color: #FA17EF;
}
.AnyTagClassName
{
color: #FA17EF;
}
</style>
background-color css
<style>
a { background-color: #FA17EF; }
a { background-color: rgb(250,23,239); }
div.DivClassName
{
background-color: #FA17EF;
}
.BgClassName
{
background-color: #FA17EF;
}
</style>
border-color css
<style>
span { border-color: #FA17EF; }
span { border-color: rgb(250,23,239); }
td.TdClassName
{
border-color: #FA17EF;
}
.TagClassName
{
border-color: #FA17EF;
}
</style>