Shades of Magenta #FE13FD
Tints of Magenta #FE13FD
RGB
CMYK
RGB Variations
Color information
#FE13FD (or 0xFE13FD) is known color: Magenta. HEX triplet: FE, 13 and FD. RGB value is (254,19,253). Sum of RGB (Red+Green+Blue) = 254+19+253=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 19 (7.81% from 255 or 3.61% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE13FD is #01EC02. Grayscale: #737373. Windows color (decimal): -125955 or 16585726. OLE color: 16585726.
HSL color Cylindrical-coordinate representation of color #FE13FD: 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.93%. Process color model (Four color, CMYK) of #FE13FD is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 253 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.00 |
| HSL | 300.26º | 0.99% | 0.54% | - |
| HSV(B) | 300.26º | 0.93% | 1% | - |
| XYZ | 58.84 | 28.63 | 95.35 | - |
| YUV | 115.94 | 205.36 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 253 | 0 | 0.93 | 0.00 | 0.00 | 300.26 | 0.99 | 0.54 |
| Hex | FE | 13 | FD | 0 | 5D | 0 | 0 | 12C | 63 | 36 |
| Octal | 376 | 23 | 375 | 0 | 135 | 0 | 0 | 454 | 143 | 66 |
| Binary | 11111110 | 10011 | 11111101 | 0 | 1011101 | 0 | 0 | 100101100 | 1100011 | 110110 |
Color Harmonies of #FE13FD
Complementary color
Monochromatic Colors of #FE13FD
Black with #FE13FD
Text Example
Text Example
White with #FE13FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13FD; }
p { color: rgb(254,19,253); }
H1.HeaderClassName
{
color: #FE13FD;
}
.AnyTagClassName
{
color: #FE13FD;
}
</style>
background-color css
<style>
a { background-color: #FE13FD; }
a { background-color: rgb(254,19,253); }
div.DivClassName
{
background-color: #FE13FD;
}
.BgClassName
{
background-color: #FE13FD;
}
</style>
border-color css
<style>
span { border-color: #FE13FD; }
span { border-color: rgb(254,19,253); }
td.TdClassName
{
border-color: #FE13FD;
}
.TagClassName
{
border-color: #FE13FD;
}
</style>