Shades of Magenta #FE15FD
Tints of Magenta #FE15FD
RGB
CMYK
RGB Variations
Color information
#FE15FD (or 0xFE15FD) is known color: Magenta. HEX triplet: FE, 15 and FD. RGB value is (254,21,253). Sum of RGB (Red+Green+Blue) = 254+21+253=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 21 (8.59% from 255 or 3.98% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15FD is #01EA02. Grayscale: #747474. Windows color (decimal): -125443 or 16586238. OLE color: 16586238.
HSL color Cylindrical-coordinate representation of color #FE15FD: hue angle of 300.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE15FD is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 253 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.00 |
| HSL | 300.26º | 0.99% | 0.54% | - |
| HSV(B) | 300.26º | 0.92% | 1% | - |
| XYZ | 58.87 | 28.7 | 95.37 | - |
| YUV | 117.12 | 204.69 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 253 | 0 | 0.92 | 0.00 | 0.00 | 300.26 | 0.99 | 0.54 |
| Hex | FE | 15 | FD | 0 | 5C | 0 | 0 | 12C | 63 | 36 |
| Octal | 376 | 25 | 375 | 0 | 134 | 0 | 0 | 454 | 143 | 66 |
| Binary | 11111110 | 10101 | 11111101 | 0 | 1011100 | 0 | 0 | 100101100 | 1100011 | 110110 |
Color Harmonies of #FE15FD
Complementary color
Monochromatic Colors of #FE15FD
Black with #FE15FD
Text Example
Text Example
White with #FE15FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15FD; }
p { color: rgb(254,21,253); }
H1.HeaderClassName
{
color: #FE15FD;
}
.AnyTagClassName
{
color: #FE15FD;
}
</style>
background-color css
<style>
a { background-color: #FE15FD; }
a { background-color: rgb(254,21,253); }
div.DivClassName
{
background-color: #FE15FD;
}
.BgClassName
{
background-color: #FE15FD;
}
</style>
border-color css
<style>
span { border-color: #FE15FD; }
span { border-color: rgb(254,21,253); }
td.TdClassName
{
border-color: #FE15FD;
}
.TagClassName
{
border-color: #FE15FD;
}
</style>