Shades of Magenta #FE17FC
Tints of Magenta #FE17FC
RGB
CMYK
RGB Variations
Color information
#FE17FC (or 0xFE17FC) is known color: Magenta. HEX triplet: FE, 17 and FC. RGB value is (254,23,252). Sum of RGB (Red+Green+Blue) = 254+23+252=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 23 (9.38% from 255 or 4.35% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17FC is #01E803. Grayscale: #757575. Windows color (decimal): -124932 or 16521214. OLE color: 16521214.
HSL color Cylindrical-coordinate representation of color #FE17FC: hue angle of 300.52º 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 #FE17FC is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 252 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.00 |
| HSL | 300.52º | 0.99% | 0.54% | - |
| HSV(B) | 300.52º | 0.91% | 1% | - |
| XYZ | 58.75 | 28.71 | 94.54 | - |
| YUV | 118.18 | 203.53 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 252 | 0 | 0.91 | 0.01 | 0.00 | 300.52 | 0.99 | 0.54 |
| Hex | FE | 17 | FC | 0 | 5B | 1 | 0 | 12D | 63 | 36 |
| Octal | 376 | 27 | 374 | 0 | 133 | 1 | 0 | 455 | 143 | 66 |
| Binary | 11111110 | 10111 | 11111100 | 0 | 1011011 | 1 | 0 | 100101101 | 1100011 | 110110 |
Color Harmonies of #FE17FC
Complementary color
Monochromatic Colors of #FE17FC
Black with #FE17FC
Text Example
Text Example
White with #FE17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17FC; }
p { color: rgb(254,23,252); }
H1.HeaderClassName
{
color: #FE17FC;
}
.AnyTagClassName
{
color: #FE17FC;
}
</style>
background-color css
<style>
a { background-color: #FE17FC; }
a { background-color: rgb(254,23,252); }
div.DivClassName
{
background-color: #FE17FC;
}
.BgClassName
{
background-color: #FE17FC;
}
</style>
border-color css
<style>
span { border-color: #FE17FC; }
span { border-color: rgb(254,23,252); }
td.TdClassName
{
border-color: #FE17FC;
}
.TagClassName
{
border-color: #FE17FC;
}
</style>