Shades of Magenta #FA0AFD
Tints of Magenta #FA0AFD
RGB
CMYK
RGB Variations
Color information
#FA0AFD (or 0xFA0AFD) is known color: Magenta. HEX triplet: FA, 0A and FD. RGB value is (250,10,253). Sum of RGB (Red+Green+Blue) = 250+10+253=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 10 (4.30% from 255 or 1.95% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA0AFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AFD is #05F502. Grayscale: #6C6C6C. Windows color (decimal): -390403 or 16583418. OLE color: 16583418.
HSL color Cylindrical-coordinate representation of color #FA0AFD: hue angle of 299.26º 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 #FA0AFD is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 10 | 253 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.01 |
| HSL | 299.26º | 0.98% | 0.52% | - |
| HSV(B) | 299.26º | 0.96% | 0.99% | - |
| XYZ | 57.26 | 27.63 | 95.24 | - |
| YUV | 109.46 | 209.01 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 253 | 0.01 | 0.96 | 0 | 0.01 | 299.26 | 0.98 | 0.52 |
| Hex | FA | A | FD | 1 | 60 | 0 | 1 | 12B | 62 | 34 |
| Octal | 372 | 12 | 375 | 1 | 140 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111010 | 1010 | 11111101 | 1 | 1100000 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #FA0AFD
Complementary color
Monochromatic Colors of #FA0AFD
Black with #FA0AFD
Text Example
Text Example
White with #FA0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AFD; }
p { color: rgb(250,10,253); }
H1.HeaderClassName
{
color: #FA0AFD;
}
.AnyTagClassName
{
color: #FA0AFD;
}
</style>
background-color css
<style>
a { background-color: #FA0AFD; }
a { background-color: rgb(250,10,253); }
div.DivClassName
{
background-color: #FA0AFD;
}
.BgClassName
{
background-color: #FA0AFD;
}
</style>
border-color css
<style>
span { border-color: #FA0AFD; }
span { border-color: rgb(250,10,253); }
td.TdClassName
{
border-color: #FA0AFD;
}
.TagClassName
{
border-color: #FA0AFD;
}
</style>