Shades of Magenta #FA10FD
Tints of Magenta #FA10FD
RGB
CMYK
RGB Variations
Color information
#FA10FD (or 0xFA10FD) is known color: Magenta. HEX triplet: FA, 10 and FD. RGB value is (250,16,253). Sum of RGB (Red+Green+Blue) = 250+16+253=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 16 (6.64% from 255 or 3.08% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA10FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA10FD is #05EF02. Grayscale: #707070. Windows color (decimal): -388867 or 16584954. OLE color: 16584954.
HSL color Cylindrical-coordinate representation of color #FA10FD: hue angle of 299.24º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10FD is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 16 | 253 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.01 |
| HSL | 299.24º | 0.98% | 0.53% | - |
| HSV(B) | 299.24º | 0.94% | 0.99% | - |
| XYZ | 57.34 | 27.79 | 95.27 | - |
| YUV | 112.98 | 207.02 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 253 | 0.01 | 0.94 | 0 | 0.01 | 299.24 | 0.98 | 0.53 |
| Hex | FA | 10 | FD | 1 | 5E | 0 | 1 | 12B | 62 | 35 |
| Octal | 372 | 20 | 375 | 1 | 136 | 0 | 1 | 453 | 142 | 65 |
| Binary | 11111010 | 10000 | 11111101 | 1 | 1011110 | 0 | 1 | 100101011 | 1100010 | 110101 |
Color Harmonies of #FA10FD
Complementary color
Monochromatic Colors of #FA10FD
Black with #FA10FD
Text Example
Text Example
White with #FA10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10FD; }
p { color: rgb(250,16,253); }
H1.HeaderClassName
{
color: #FA10FD;
}
.AnyTagClassName
{
color: #FA10FD;
}
</style>
background-color css
<style>
a { background-color: #FA10FD; }
a { background-color: rgb(250,16,253); }
div.DivClassName
{
background-color: #FA10FD;
}
.BgClassName
{
background-color: #FA10FD;
}
</style>
border-color css
<style>
span { border-color: #FA10FD; }
span { border-color: rgb(250,16,253); }
td.TdClassName
{
border-color: #FA10FD;
}
.TagClassName
{
border-color: #FA10FD;
}
</style>