Shades of Magenta #FD2AF7
Tints of Magenta #FD2AF7
RGB
CMYK
RGB Variations
Color information
#FD2AF7 (or 0xFD2AF7) is known color: Magenta. HEX triplet: FD, 2A and F7. RGB value is (253,42,247). Sum of RGB (Red+Green+Blue) = 253+42+247=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 42 (16.80% from 255 or 7.75% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2AF7 is #02D508. Grayscale: #7F7F7F. Windows color (decimal): -185609 or 16198397. OLE color: 16198397.
HSL color Cylindrical-coordinate representation of color #FD2AF7: hue angle of 301.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2AF7 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 247 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.01 |
| HSL | 301.71º | 0.98% | 0.58% | - |
| HSV(B) | 301.71º | 0.83% | 0.99% | - |
| XYZ | 58.12 | 29.25 | 90.58 | - |
| YUV | 128.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 247 | 0 | 0.83 | 0.02 | 0.01 | 301.71 | 0.98 | 0.58 |
| Hex | FD | 2A | F7 | 0 | 53 | 2 | 1 | 12E | 62 | 3A |
| Octal | 375 | 52 | 367 | 0 | 123 | 2 | 1 | 456 | 142 | 72 |
| Binary | 11111101 | 101010 | 11110111 | 0 | 1010011 | 10 | 1 | 100101110 | 1100010 | 111010 |
Color Harmonies of #FD2AF7
Complementary color
Monochromatic Colors of #FD2AF7
Black with #FD2AF7
Text Example
Text Example
White with #FD2AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2AF7; }
p { color: rgb(253,42,247); }
H1.HeaderClassName
{
color: #FD2AF7;
}
.AnyTagClassName
{
color: #FD2AF7;
}
</style>
background-color css
<style>
a { background-color: #FD2AF7; }
a { background-color: rgb(253,42,247); }
div.DivClassName
{
background-color: #FD2AF7;
}
.BgClassName
{
background-color: #FD2AF7;
}
</style>
border-color css
<style>
span { border-color: #FD2AF7; }
span { border-color: rgb(253,42,247); }
td.TdClassName
{
border-color: #FD2AF7;
}
.TagClassName
{
border-color: #FD2AF7;
}
</style>