Shades of Magenta #FA17EE
Tints of Magenta #FA17EE
RGB
CMYK
RGB Variations
Color information
#FA17EE (or 0xFA17EE) is known color: Magenta. HEX triplet: FA, 17 and EE. RGB value is (250,23,238). Sum of RGB (Red+Green+Blue) = 250+23+238=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 23 (9.38% from 255 or 4.50% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA17EE is #05E811. Grayscale: #727272. Windows color (decimal): -387090 or 15603706. OLE color: 15603706.
HSL color Cylindrical-coordinate representation of color #FA17EE: hue angle of 303.17º 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 #FA17EE is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 238 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.02 |
| HSL | 303.17º | 0.96% | 0.54% | - |
| HSV(B) | 303.17º | 0.91% | 0.98% | - |
| XYZ | 55.16 | 27.11 | 83.21 | - |
| YUV | 115.38 | 197.21 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 238 | 0 | 0.91 | 0.05 | 0.02 | 303.17 | 0.96 | 0.54 |
| Hex | FA | 17 | EE | 0 | 5B | 5 | 2 | 12F | 60 | 36 |
| Octal | 372 | 27 | 356 | 0 | 133 | 5 | 2 | 457 | 140 | 66 |
| Binary | 11111010 | 10111 | 11101110 | 0 | 1011011 | 101 | 10 | 100101111 | 1100000 | 110110 |
Color Harmonies of #FA17EE
Complementary color
Monochromatic Colors of #FA17EE
Black with #FA17EE
Text Example
Text Example
White with #FA17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17EE; }
p { color: rgb(250,23,238); }
H1.HeaderClassName
{
color: #FA17EE;
}
.AnyTagClassName
{
color: #FA17EE;
}
</style>
background-color css
<style>
a { background-color: #FA17EE; }
a { background-color: rgb(250,23,238); }
div.DivClassName
{
background-color: #FA17EE;
}
.BgClassName
{
background-color: #FA17EE;
}
</style>
border-color css
<style>
span { border-color: #FA17EE; }
span { border-color: rgb(250,23,238); }
td.TdClassName
{
border-color: #FA17EE;
}
.TagClassName
{
border-color: #FA17EE;
}
</style>