Shades of Magenta #FE17F5
Tints of Magenta #FE17F5
RGB
CMYK
RGB Variations
Color information
#FE17F5 (or 0xFE17F5) is known color: Magenta. HEX triplet: FE, 17 and F5. RGB value is (254,23,245). Sum of RGB (Red+Green+Blue) = 254+23+245=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 23 (9.38% from 255 or 4.41% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17F5 is #01E80A. Grayscale: #747474. Windows color (decimal): -124939 or 16062462. OLE color: 16062462.
HSL color Cylindrical-coordinate representation of color #FE17F5: hue angle of 302.34º 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 #FE17F5 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 245 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.00 |
| HSL | 302.34º | 0.99% | 0.54% | - |
| HSV(B) | 302.34º | 0.91% | 1% | - |
| XYZ | 57.66 | 28.28 | 88.8 | - |
| YUV | 117.38 | 200.03 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 245 | 0 | 0.91 | 0.04 | 0.00 | 302.34 | 0.99 | 0.54 |
| Hex | FE | 17 | F5 | 0 | 5B | 4 | 0 | 12E | 63 | 36 |
| Octal | 376 | 27 | 365 | 0 | 133 | 4 | 0 | 456 | 143 | 66 |
| Binary | 11111110 | 10111 | 11110101 | 0 | 1011011 | 100 | 0 | 100101110 | 1100011 | 110110 |
Color Harmonies of #FE17F5
Complementary color
Monochromatic Colors of #FE17F5
Black with #FE17F5
Text Example
Text Example
White with #FE17F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17F5; }
p { color: rgb(254,23,245); }
H1.HeaderClassName
{
color: #FE17F5;
}
.AnyTagClassName
{
color: #FE17F5;
}
</style>
background-color css
<style>
a { background-color: #FE17F5; }
a { background-color: rgb(254,23,245); }
div.DivClassName
{
background-color: #FE17F5;
}
.BgClassName
{
background-color: #FE17F5;
}
</style>
border-color css
<style>
span { border-color: #FE17F5; }
span { border-color: rgb(254,23,245); }
td.TdClassName
{
border-color: #FE17F5;
}
.TagClassName
{
border-color: #FE17F5;
}
</style>