Shades of Magenta #FF0AFD
Tints of Magenta #FF0AFD
RGB
CMYK
RGB Variations
Color information
#FF0AFD (or 0xFF0AFD) is known color: Magenta. HEX triplet: FF, 0A and FD. RGB value is (255,10,253). Sum of RGB (Red+Green+Blue) = 255+10+253=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 10 (4.30% from 255 or 1.93% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0AFD is #00F502. Grayscale: #6E6E6E. Windows color (decimal): -62723 or 16583423. OLE color: 16583423.
HSL color Cylindrical-coordinate representation of color #FF0AFD: hue angle of 300.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0AFD is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 253 | - |
| CMYK | 0 | 0.96 | 0.01 | 0 |
| HSL | 300.49º | 1% | 0.52% | - |
| HSV(B) | 300.49º | 0.96% | 1% | - |
| XYZ | 59.08 | 28.57 | 95.33 | - |
| YUV | 110.96 | 208.17 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 253 | 0 | 0.96 | 0.01 | 0 | 300.49 | 1 | 0.52 |
| Hex | FF | A | FD | 0 | 60 | 1 | 0 | 12C | 64 | 34 |
| Octal | 377 | 12 | 375 | 0 | 140 | 1 | 0 | 454 | 144 | 64 |
| Binary | 11111111 | 1010 | 11111101 | 0 | 1100000 | 1 | 0 | 100101100 | 1100100 | 110100 |
Color Harmonies of #FF0AFD
Complementary color
Monochromatic Colors of #FF0AFD
Black with #FF0AFD
Text Example
Text Example
White with #FF0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AFD; }
p { color: rgb(255,10,253); }
H1.HeaderClassName
{
color: #FF0AFD;
}
.AnyTagClassName
{
color: #FF0AFD;
}
</style>
background-color css
<style>
a { background-color: #FF0AFD; }
a { background-color: rgb(255,10,253); }
div.DivClassName
{
background-color: #FF0AFD;
}
.BgClassName
{
background-color: #FF0AFD;
}
</style>
border-color css
<style>
span { border-color: #FF0AFD; }
span { border-color: rgb(255,10,253); }
td.TdClassName
{
border-color: #FF0AFD;
}
.TagClassName
{
border-color: #FF0AFD;
}
</style>