Shades of Magenta #FD1AFD
Tints of Magenta #FD1AFD
RGB
CMYK
RGB Variations
Color information
#FD1AFD (or 0xFD1AFD) is known color: Magenta. HEX triplet: FD, 1A and FD. RGB value is (253,26,253). Sum of RGB (Red+Green+Blue) = 253+26+253=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 26 (10.55% from 255 or 4.89% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD1AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1AFD is #02E502. Grayscale: #777777. Windows color (decimal): -189699 or 16587517. OLE color: 16587517.
HSL color Cylindrical-coordinate representation of color #FD1AFD: hue angle of 300º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1AFD is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 26 | 253 | - |
CMYK | 0 | 0.90 | 0 | 0.01 |
HSL | 300º | 0.98% | 0.55% | - |
HSV(B) | 300º | 0.9% | 0.99% | - |
XYZ | 58.61 | 28.71 | 95.38 | - |
YUV | 119.75 | 203.21 | 223.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 26 | 253 | 0 | 0.90 | 0 | 0.01 | 300 | 0.98 | 0.55 |
Hex | FD | 1A | FD | 0 | 5A | 0 | 1 | 12C | 62 | 37 |
Octal | 375 | 32 | 375 | 0 | 132 | 0 | 1 | 454 | 142 | 67 |
Binary | 11111101 | 11010 | 11111101 | 0 | 1011010 | 0 | 1 | 100101100 | 1100010 | 110111 |
Color Harmonies of #FD1AFD
Complementary color
Monochromatic Colors of #FD1AFD
Black with #FD1AFD
Text Example
Text Example
White with #FD1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1AFD; }
p { color: rgb(253,26,253); }
H1.HeaderClassName
{
color: #FD1AFD;
}
.AnyTagClassName
{
color: #FD1AFD;
}
</style>
background-color css
<style>
a { background-color: #FD1AFD; }
a { background-color: rgb(253,26,253); }
div.DivClassName
{
background-color: #FD1AFD;
}
.BgClassName
{
background-color: #FD1AFD;
}
</style>
border-color css
<style>
span { border-color: #FD1AFD; }
span { border-color: rgb(253,26,253); }
td.TdClassName
{
border-color: #FD1AFD;
}
.TagClassName
{
border-color: #FD1AFD;
}
</style>