Shades of Magenta #FE1AFD
Tints of Magenta #FE1AFD
RGB
CMYK
RGB Variations
Color information
#FE1AFD (or 0xFE1AFD) is known color: Magenta. HEX triplet: FE, 1A and FD. RGB value is (254,26,253). Sum of RGB (Red+Green+Blue) = 254+26+253=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 26 (10.55% from 255 or 4.88% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1AFD is #01E502. Grayscale: #777777. Windows color (decimal): -124163 or 16587518. OLE color: 16587518.
HSL color Cylindrical-coordinate representation of color #FE1AFD: hue angle of 300.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1AFD is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 253 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.00 |
| HSL | 300.26º | 0.99% | 0.55% | - |
| HSV(B) | 300.26º | 0.9% | 1% | - |
| XYZ | 58.97 | 28.9 | 95.4 | - |
| YUV | 120.05 | 203.04 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 253 | 0 | 0.90 | 0.00 | 0.00 | 300.26 | 0.99 | 0.55 |
| Hex | FE | 1A | FD | 0 | 5A | 0 | 0 | 12C | 63 | 37 |
| Octal | 376 | 32 | 375 | 0 | 132 | 0 | 0 | 454 | 143 | 67 |
| Binary | 11111110 | 11010 | 11111101 | 0 | 1011010 | 0 | 0 | 100101100 | 1100011 | 110111 |
Color Harmonies of #FE1AFD
Complementary color
Monochromatic Colors of #FE1AFD
Black with #FE1AFD
Text Example
Text Example
White with #FE1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AFD; }
p { color: rgb(254,26,253); }
H1.HeaderClassName
{
color: #FE1AFD;
}
.AnyTagClassName
{
color: #FE1AFD;
}
</style>
background-color css
<style>
a { background-color: #FE1AFD; }
a { background-color: rgb(254,26,253); }
div.DivClassName
{
background-color: #FE1AFD;
}
.BgClassName
{
background-color: #FE1AFD;
}
</style>
border-color css
<style>
span { border-color: #FE1AFD; }
span { border-color: rgb(254,26,253); }
td.TdClassName
{
border-color: #FE1AFD;
}
.TagClassName
{
border-color: #FE1AFD;
}
</style>