Shades of Magenta #FE17EB
Tints of Magenta #FE17EB
RGB
CMYK
RGB Variations
Color information
#FE17EB (or 0xFE17EB) is known color: Magenta. HEX triplet: FE, 17 and EB. RGB value is (254,23,235). Sum of RGB (Red+Green+Blue) = 254+23+235=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17EB is #01E814. Grayscale: #737373. Windows color (decimal): -124949 or 15407102. OLE color: 15407102.
HSL color Cylindrical-coordinate representation of color #FE17EB: hue angle of 304.94º 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 #FE17EB is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 235 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.00 |
| HSL | 304.94º | 0.99% | 0.54% | - |
| HSV(B) | 304.94º | 0.91% | 1% | - |
| XYZ | 56.17 | 27.68 | 80.98 | - |
| YUV | 116.24 | 195.03 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 235 | 0 | 0.91 | 0.07 | 0.00 | 304.94 | 0.99 | 0.54 |
| Hex | FE | 17 | EB | 0 | 5B | 7 | 0 | 131 | 63 | 36 |
| Octal | 376 | 27 | 353 | 0 | 133 | 7 | 0 | 461 | 143 | 66 |
| Binary | 11111110 | 10111 | 11101011 | 0 | 1011011 | 111 | 0 | 100110001 | 1100011 | 110110 |
Color Harmonies of #FE17EB
Complementary color
Monochromatic Colors of #FE17EB
Black with #FE17EB
Text Example
Text Example
White with #FE17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17EB; }
p { color: rgb(254,23,235); }
H1.HeaderClassName
{
color: #FE17EB;
}
.AnyTagClassName
{
color: #FE17EB;
}
</style>
background-color css
<style>
a { background-color: #FE17EB; }
a { background-color: rgb(254,23,235); }
div.DivClassName
{
background-color: #FE17EB;
}
.BgClassName
{
background-color: #FE17EB;
}
</style>
border-color css
<style>
span { border-color: #FE17EB; }
span { border-color: rgb(254,23,235); }
td.TdClassName
{
border-color: #FE17EB;
}
.TagClassName
{
border-color: #FE17EB;
}
</style>