Shades of Magenta #FD1AF1
Tints of Magenta #FD1AF1
RGB
CMYK
RGB Variations
Color information
#FD1AF1 (or 0xFD1AF1) is known color: Magenta. HEX triplet: FD, 1A and F1. RGB value is (253,26,241). Sum of RGB (Red+Green+Blue) = 253+26+241=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 26 (10.55% from 255 or 5% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1AF1 is #02E50E. Grayscale: #757575. Windows color (decimal): -189711 or 15801085. OLE color: 15801085.
HSL color Cylindrical-coordinate representation of color #FD1AF1: hue angle of 303.17º 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 #FD1AF1 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 241 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.01 |
| HSL | 303.17º | 0.98% | 0.55% | - |
| HSV(B) | 303.17º | 0.9% | 0.99% | - |
| XYZ | 56.75 | 27.97 | 85.63 | - |
| YUV | 118.38 | 197.21 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 241 | 0 | 0.90 | 0.05 | 0.01 | 303.17 | 0.98 | 0.55 |
| Hex | FD | 1A | F1 | 0 | 5A | 5 | 1 | 12F | 62 | 37 |
| Octal | 375 | 32 | 361 | 0 | 132 | 5 | 1 | 457 | 142 | 67 |
| Binary | 11111101 | 11010 | 11110001 | 0 | 1011010 | 101 | 1 | 100101111 | 1100010 | 110111 |
Color Harmonies of #FD1AF1
Complementary color
Monochromatic Colors of #FD1AF1
Black with #FD1AF1
Text Example
Text Example
White with #FD1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1AF1; }
p { color: rgb(253,26,241); }
H1.HeaderClassName
{
color: #FD1AF1;
}
.AnyTagClassName
{
color: #FD1AF1;
}
</style>
background-color css
<style>
a { background-color: #FD1AF1; }
a { background-color: rgb(253,26,241); }
div.DivClassName
{
background-color: #FD1AF1;
}
.BgClassName
{
background-color: #FD1AF1;
}
</style>
border-color css
<style>
span { border-color: #FD1AF1; }
span { border-color: rgb(253,26,241); }
td.TdClassName
{
border-color: #FD1AF1;
}
.TagClassName
{
border-color: #FD1AF1;
}
</style>