Shades of Magenta #FE17EE
Tints of Magenta #FE17EE
RGB
CMYK
RGB Variations
Color information
#FE17EE (or 0xFE17EE) is known color: Magenta. HEX triplet: FE, 17 and EE. RGB value is (254,23,238). Sum of RGB (Red+Green+Blue) = 254+23+238=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 23 (9.38% from 255 or 4.47% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17EE is #01E811. Grayscale: #737373. Windows color (decimal): -124946 or 15603710. OLE color: 15603710.
HSL color Cylindrical-coordinate representation of color #FE17EE: hue angle of 304.16º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE17EE is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 238 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.00 |
| HSL | 304.16º | 0.99% | 0.54% | - |
| HSV(B) | 304.16º | 0.91% | 1% | - |
| XYZ | 56.61 | 27.86 | 83.28 | - |
| YUV | 116.58 | 196.53 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 238 | 0 | 0.91 | 0.06 | 0.00 | 304.16 | 0.99 | 0.54 |
| Hex | FE | 17 | EE | 0 | 5B | 6 | 0 | 130 | 63 | 36 |
| Octal | 376 | 27 | 356 | 0 | 133 | 6 | 0 | 460 | 143 | 66 |
| Binary | 11111110 | 10111 | 11101110 | 0 | 1011011 | 110 | 0 | 100110000 | 1100011 | 110110 |
Color Harmonies of #FE17EE
Complementary color
Monochromatic Colors of #FE17EE
Black with #FE17EE
Text Example
Text Example
White with #FE17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17EE; }
p { color: rgb(254,23,238); }
H1.HeaderClassName
{
color: #FE17EE;
}
.AnyTagClassName
{
color: #FE17EE;
}
</style>
background-color css
<style>
a { background-color: #FE17EE; }
a { background-color: rgb(254,23,238); }
div.DivClassName
{
background-color: #FE17EE;
}
.BgClassName
{
background-color: #FE17EE;
}
</style>
border-color css
<style>
span { border-color: #FE17EE; }
span { border-color: rgb(254,23,238); }
td.TdClassName
{
border-color: #FE17EE;
}
.TagClassName
{
border-color: #FE17EE;
}
</style>