Shades of Magenta #FE17EF
Tints of Magenta #FE17EF
RGB
CMYK
RGB Variations
Color information
#FE17EF (or 0xFE17EF) is known color: Magenta. HEX triplet: FE, 17 and EF. RGB value is (254,23,239). Sum of RGB (Red+Green+Blue) = 254+23+239=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 23 (9.38% from 255 or 4.46% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17EF is #01E810. Grayscale: #747474. Windows color (decimal): -124945 or 15669246. OLE color: 15669246.
HSL color Cylindrical-coordinate representation of color #FE17EF: hue angle of 303.9º 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 #FE17EF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 239 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.00 |
| HSL | 303.9º | 0.99% | 0.54% | - |
| HSV(B) | 303.9º | 0.91% | 1% | - |
| XYZ | 56.76 | 27.92 | 84.06 | - |
| YUV | 116.69 | 197.03 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 239 | 0 | 0.91 | 0.06 | 0.00 | 303.9 | 0.99 | 0.54 |
| Hex | FE | 17 | EF | 0 | 5B | 6 | 0 | 130 | 63 | 36 |
| Octal | 376 | 27 | 357 | 0 | 133 | 6 | 0 | 460 | 143 | 66 |
| Binary | 11111110 | 10111 | 11101111 | 0 | 1011011 | 110 | 0 | 100110000 | 1100011 | 110110 |
Color Harmonies of #FE17EF
Complementary color
Monochromatic Colors of #FE17EF
Black with #FE17EF
Text Example
Text Example
White with #FE17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17EF; }
p { color: rgb(254,23,239); }
H1.HeaderClassName
{
color: #FE17EF;
}
.AnyTagClassName
{
color: #FE17EF;
}
</style>
background-color css
<style>
a { background-color: #FE17EF; }
a { background-color: rgb(254,23,239); }
div.DivClassName
{
background-color: #FE17EF;
}
.BgClassName
{
background-color: #FE17EF;
}
</style>
border-color css
<style>
span { border-color: #FE17EF; }
span { border-color: rgb(254,23,239); }
td.TdClassName
{
border-color: #FE17EF;
}
.TagClassName
{
border-color: #FE17EF;
}
</style>