Shades of Magenta #FA10F8
Tints of Magenta #FA10F8
RGB
CMYK
RGB Variations
Color information
#FA10F8 (or 0xFA10F8) is known color: Magenta. HEX triplet: FA, 10 and F8. RGB value is (250,16,248). Sum of RGB (Red+Green+Blue) = 250+16+248=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 16 (6.64% from 255 or 3.11% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA10F8 is #05EF07. Grayscale: #6F6F6F. Windows color (decimal): -388872 or 16257274. OLE color: 16257274.
HSL color Cylindrical-coordinate representation of color #FA10F8: hue angle of 300.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10F8 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 248 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.02 |
| HSL | 300.51º | 0.96% | 0.52% | - |
| HSV(B) | 300.51º | 0.94% | 0.98% | - |
| XYZ | 56.55 | 27.47 | 91.13 | - |
| YUV | 112.41 | 204.52 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 248 | 0 | 0.94 | 0.01 | 0.02 | 300.51 | 0.96 | 0.52 |
| Hex | FA | 10 | F8 | 0 | 5E | 1 | 2 | 12D | 60 | 34 |
| Octal | 372 | 20 | 370 | 0 | 136 | 1 | 2 | 455 | 140 | 64 |
| Binary | 11111010 | 10000 | 11111000 | 0 | 1011110 | 1 | 10 | 100101101 | 1100000 | 110100 |
Color Harmonies of #FA10F8
Complementary color
Monochromatic Colors of #FA10F8
Black with #FA10F8
Text Example
Text Example
White with #FA10F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10F8; }
p { color: rgb(250,16,248); }
H1.HeaderClassName
{
color: #FA10F8;
}
.AnyTagClassName
{
color: #FA10F8;
}
</style>
background-color css
<style>
a { background-color: #FA10F8; }
a { background-color: rgb(250,16,248); }
div.DivClassName
{
background-color: #FA10F8;
}
.BgClassName
{
background-color: #FA10F8;
}
</style>
border-color css
<style>
span { border-color: #FA10F8; }
span { border-color: rgb(250,16,248); }
td.TdClassName
{
border-color: #FA10F8;
}
.TagClassName
{
border-color: #FA10F8;
}
</style>