Shades of Magenta #FD0AFB
Tints of Magenta #FD0AFB
RGB
CMYK
RGB Variations
Color information
#FD0AFB (or 0xFD0AFB) is known color: Magenta. HEX triplet: FD, 0A and FB. RGB value is (253,10,251). Sum of RGB (Red+Green+Blue) = 253+10+251=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 10 (4.30% from 255 or 1.95% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0AFB is #02F504. Grayscale: #6D6D6D. Windows color (decimal): -193797 or 16452349. OLE color: 16452349.
HSL color Cylindrical-coordinate representation of color #FD0AFB: hue angle of 300.49º 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 #FD0AFB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 251 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.01 |
| HSL | 300.49º | 0.98% | 0.52% | - |
| HSV(B) | 300.49º | 0.96% | 0.99% | - |
| XYZ | 58.03 | 28.06 | 93.63 | - |
| YUV | 110.13 | 207.51 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 251 | 0 | 0.96 | 0.01 | 0.01 | 300.49 | 0.98 | 0.52 |
| Hex | FD | A | FB | 0 | 60 | 1 | 1 | 12C | 62 | 34 |
| Octal | 375 | 12 | 373 | 0 | 140 | 1 | 1 | 454 | 142 | 64 |
| Binary | 11111101 | 1010 | 11111011 | 0 | 1100000 | 1 | 1 | 100101100 | 1100010 | 110100 |
Color Harmonies of #FD0AFB
Complementary color
Monochromatic Colors of #FD0AFB
Black with #FD0AFB
Text Example
Text Example
White with #FD0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0AFB; }
p { color: rgb(253,10,251); }
H1.HeaderClassName
{
color: #FD0AFB;
}
.AnyTagClassName
{
color: #FD0AFB;
}
</style>
background-color css
<style>
a { background-color: #FD0AFB; }
a { background-color: rgb(253,10,251); }
div.DivClassName
{
background-color: #FD0AFB;
}
.BgClassName
{
background-color: #FD0AFB;
}
</style>
border-color css
<style>
span { border-color: #FD0AFB; }
span { border-color: rgb(253,10,251); }
td.TdClassName
{
border-color: #FD0AFB;
}
.TagClassName
{
border-color: #FD0AFB;
}
</style>