Shades of Magenta #FD0AF5
Tints of Magenta #FD0AF5
RGB
CMYK
RGB Variations
Color information
#FD0AF5 (or 0xFD0AF5) is known color: Magenta. HEX triplet: FD, 0A and F5. RGB value is (253,10,245). Sum of RGB (Red+Green+Blue) = 253+10+245=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 10 (4.30% from 255 or 1.97% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0AF5 is #02F50A. Grayscale: #6C6C6C. Windows color (decimal): -193803 or 16059133. OLE color: 16059133.
HSL color Cylindrical-coordinate representation of color #FD0AF5: hue angle of 301.98º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0AF5 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 245 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.01 |
| HSL | 301.98º | 0.98% | 0.52% | - |
| HSV(B) | 301.98º | 0.96% | 0.99% | - |
| XYZ | 57.1 | 27.69 | 88.72 | - |
| YUV | 109.45 | 204.51 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 245 | 0 | 0.96 | 0.03 | 0.01 | 301.98 | 0.98 | 0.52 |
| Hex | FD | A | F5 | 0 | 60 | 3 | 1 | 12E | 62 | 34 |
| Octal | 375 | 12 | 365 | 0 | 140 | 3 | 1 | 456 | 142 | 64 |
| Binary | 11111101 | 1010 | 11110101 | 0 | 1100000 | 11 | 1 | 100101110 | 1100010 | 110100 |
Color Harmonies of #FD0AF5
Complementary color
Monochromatic Colors of #FD0AF5
Black with #FD0AF5
Text Example
Text Example
White with #FD0AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0AF5; }
p { color: rgb(253,10,245); }
H1.HeaderClassName
{
color: #FD0AF5;
}
.AnyTagClassName
{
color: #FD0AF5;
}
</style>
background-color css
<style>
a { background-color: #FD0AF5; }
a { background-color: rgb(253,10,245); }
div.DivClassName
{
background-color: #FD0AF5;
}
.BgClassName
{
background-color: #FD0AF5;
}
</style>
border-color css
<style>
span { border-color: #FD0AF5; }
span { border-color: rgb(253,10,245); }
td.TdClassName
{
border-color: #FD0AF5;
}
.TagClassName
{
border-color: #FD0AF5;
}
</style>