Shades of Magenta #FA10FF
Tints of Magenta #FA10FF
RGB
CMYK
RGB Variations
Color information
#FA10FF (or 0xFA10FF) is known color: Magenta. HEX triplet: FA, 10 and FF. RGB value is (250,16,255). Sum of RGB (Red+Green+Blue) = 250+16+255=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 16 (6.64% from 255 or 3.07% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA10FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA10FF is #05EF00. Grayscale: #707070. Windows color (decimal): -388865 or 16716026. OLE color: 16716026.
HSL color Cylindrical-coordinate representation of color #FA10FF: hue angle of 298.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10FF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 16 | 255 | - |
| CMYK | 0.02 | 0.94 | 0 | 0 |
| HSL | 298.74º | 1% | 0.53% | - |
| HSV(B) | 298.74º | 0.94% | 1% | - |
| XYZ | 57.66 | 27.91 | 96.96 | - |
| YUV | 113.21 | 208.02 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 255 | 0.02 | 0.94 | 0 | 0 | 298.74 | 1 | 0.53 |
| Hex | FA | 10 | FF | 2 | 5E | 0 | 0 | 12B | 64 | 35 |
| Octal | 372 | 20 | 377 | 2 | 136 | 0 | 0 | 453 | 144 | 65 |
| Binary | 11111010 | 10000 | 11111111 | 10 | 1011110 | 0 | 0 | 100101011 | 1100100 | 110101 |
Color Harmonies of #FA10FF
Complementary color
Monochromatic Colors of #FA10FF
Black with #FA10FF
Text Example
Text Example
White with #FA10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10FF; }
p { color: rgb(250,16,255); }
H1.HeaderClassName
{
color: #FA10FF;
}
.AnyTagClassName
{
color: #FA10FF;
}
</style>
background-color css
<style>
a { background-color: #FA10FF; }
a { background-color: rgb(250,16,255); }
div.DivClassName
{
background-color: #FA10FF;
}
.BgClassName
{
background-color: #FA10FF;
}
</style>
border-color css
<style>
span { border-color: #FA10FF; }
span { border-color: rgb(250,16,255); }
td.TdClassName
{
border-color: #FA10FF;
}
.TagClassName
{
border-color: #FA10FF;
}
</style>