Shades of Magenta #FE17F6
Tints of Magenta #FE17F6
RGB
CMYK
RGB Variations
Color information
#FE17F6 (or 0xFE17F6) is known color: Magenta. HEX triplet: FE, 17 and F6. RGB value is (254,23,246). Sum of RGB (Red+Green+Blue) = 254+23+246=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 23 (9.38% from 255 or 4.40% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17F6 is #01E809. Grayscale: #747474. Windows color (decimal): -124938 or 16127998. OLE color: 16127998.
HSL color Cylindrical-coordinate representation of color #FE17F6: hue angle of 302.08º 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 #FE17F6 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 246 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.00 |
| HSL | 302.08º | 0.99% | 0.54% | - |
| HSV(B) | 302.08º | 0.91% | 1% | - |
| XYZ | 57.81 | 28.34 | 89.61 | - |
| YUV | 117.49 | 200.53 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 246 | 0 | 0.91 | 0.03 | 0.00 | 302.08 | 0.99 | 0.54 |
| Hex | FE | 17 | F6 | 0 | 5B | 3 | 0 | 12E | 63 | 36 |
| Octal | 376 | 27 | 366 | 0 | 133 | 3 | 0 | 456 | 143 | 66 |
| Binary | 11111110 | 10111 | 11110110 | 0 | 1011011 | 11 | 0 | 100101110 | 1100011 | 110110 |
Color Harmonies of #FE17F6
Complementary color
Monochromatic Colors of #FE17F6
Black with #FE17F6
Text Example
Text Example
White with #FE17F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17F6; }
p { color: rgb(254,23,246); }
H1.HeaderClassName
{
color: #FE17F6;
}
.AnyTagClassName
{
color: #FE17F6;
}
</style>
background-color css
<style>
a { background-color: #FE17F6; }
a { background-color: rgb(254,23,246); }
div.DivClassName
{
background-color: #FE17F6;
}
.BgClassName
{
background-color: #FE17F6;
}
</style>
border-color css
<style>
span { border-color: #FE17F6; }
span { border-color: rgb(254,23,246); }
td.TdClassName
{
border-color: #FE17F6;
}
.TagClassName
{
border-color: #FE17F6;
}
</style>