Shades of Magenta #FD1AFE
Tints of Magenta #FD1AFE
RGB
CMYK
RGB Variations
Color information
#FD1AFE (or 0xFD1AFE) is known color: Magenta. HEX triplet: FD, 1A and FE. RGB value is (253,26,254). Sum of RGB (Red+Green+Blue) = 253+26+254=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 26 (10.55% from 255 or 4.88% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD1AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1AFE is #02E501. Grayscale: #777777. Windows color (decimal): -189698 or 16653053. OLE color: 16653053.
HSL color Cylindrical-coordinate representation of color #FD1AFE: hue angle of 299.74º 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 #FD1AFE is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 26 | 254 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.00 |
| HSL | 299.74º | 0.99% | 0.55% | - |
| HSV(B) | 299.74º | 0.9% | 1% | - |
| XYZ | 58.77 | 28.78 | 96.22 | - |
| YUV | 119.87 | 203.71 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 254 | 0.00 | 0.90 | 0 | 0.00 | 299.74 | 0.99 | 0.55 |
| Hex | FD | 1A | FE | 0 | 5A | 0 | 0 | 12C | 63 | 37 |
| Octal | 375 | 32 | 376 | 0 | 132 | 0 | 0 | 454 | 143 | 67 |
| Binary | 11111101 | 11010 | 11111110 | 0 | 1011010 | 0 | 0 | 100101100 | 1100011 | 110111 |
Color Harmonies of #FD1AFE
Complementary color
Monochromatic Colors of #FD1AFE
Black with #FD1AFE
Text Example
Text Example
White with #FD1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1AFE; }
p { color: rgb(253,26,254); }
H1.HeaderClassName
{
color: #FD1AFE;
}
.AnyTagClassName
{
color: #FD1AFE;
}
</style>
background-color css
<style>
a { background-color: #FD1AFE; }
a { background-color: rgb(253,26,254); }
div.DivClassName
{
background-color: #FD1AFE;
}
.BgClassName
{
background-color: #FD1AFE;
}
</style>
border-color css
<style>
span { border-color: #FD1AFE; }
span { border-color: rgb(253,26,254); }
td.TdClassName
{
border-color: #FD1AFE;
}
.TagClassName
{
border-color: #FD1AFE;
}
</style>