Shades of Magenta #FE14FF
Tints of Magenta #FE14FF
RGB
CMYK
RGB Variations
Color information
#FE14FF (or 0xFE14FF) is known color: Magenta. HEX triplet: FE, 14 and FF. RGB value is (254,20,255). Sum of RGB (Red+Green+Blue) = 254+20+255=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 20 (8.20% from 255 or 3.78% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE14FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE14FF is #01EB00. Grayscale: #747474. Windows color (decimal): -125697 or 16717054. OLE color: 16717054.
HSL color Cylindrical-coordinate representation of color #FE14FF: hue angle of 299.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE14FF is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 20 | 255 | - |
| CMYK | 0.00 | 0.92 | 0 | 0 |
| HSL | 299.74º | 1% | 0.54% | - |
| HSV(B) | 299.74º | 0.92% | 1% | - |
| XYZ | 59.17 | 28.79 | 97.05 | - |
| YUV | 116.76 | 206.02 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 255 | 0.00 | 0.92 | 0 | 0 | 299.74 | 1 | 0.54 |
| Hex | FE | 14 | FF | 0 | 5C | 0 | 0 | 12C | 64 | 36 |
| Octal | 376 | 24 | 377 | 0 | 134 | 0 | 0 | 454 | 144 | 66 |
| Binary | 11111110 | 10100 | 11111111 | 0 | 1011100 | 0 | 0 | 100101100 | 1100100 | 110110 |
Color Harmonies of #FE14FF
Complementary color
Monochromatic Colors of #FE14FF
Black with #FE14FF
Text Example
Text Example
White with #FE14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14FF; }
p { color: rgb(254,20,255); }
H1.HeaderClassName
{
color: #FE14FF;
}
.AnyTagClassName
{
color: #FE14FF;
}
</style>
background-color css
<style>
a { background-color: #FE14FF; }
a { background-color: rgb(254,20,255); }
div.DivClassName
{
background-color: #FE14FF;
}
.BgClassName
{
background-color: #FE14FF;
}
</style>
border-color css
<style>
span { border-color: #FE14FF; }
span { border-color: rgb(254,20,255); }
td.TdClassName
{
border-color: #FE14FF;
}
.TagClassName
{
border-color: #FE14FF;
}
</style>