Shades of Magenta #FA0AF8
Tints of Magenta #FA0AF8
RGB
CMYK
RGB Variations
Color information
#FA0AF8 (or 0xFA0AF8) is known color: Magenta. HEX triplet: FA, 0A and F8. RGB value is (250,10,248). Sum of RGB (Red+Green+Blue) = 250+10+248=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 10 (4.30% from 255 or 1.97% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AF8 is #05F507. Grayscale: #6C6C6C. Windows color (decimal): -390408 or 16255738. OLE color: 16255738.
HSL color Cylindrical-coordinate representation of color #FA0AF8: hue angle of 300.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0AF8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 248 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.02 |
| HSL | 300.5º | 0.96% | 0.51% | - |
| HSV(B) | 300.5º | 0.96% | 0.98% | - |
| XYZ | 56.48 | 27.32 | 91.1 | - |
| YUV | 108.89 | 206.51 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 248 | 0 | 0.96 | 0.01 | 0.02 | 300.5 | 0.96 | 0.51 |
| Hex | FA | A | F8 | 0 | 60 | 1 | 2 | 12C | 60 | 33 |
| Octal | 372 | 12 | 370 | 0 | 140 | 1 | 2 | 454 | 140 | 63 |
| Binary | 11111010 | 1010 | 11111000 | 0 | 1100000 | 1 | 10 | 100101100 | 1100000 | 110011 |
Color Harmonies of #FA0AF8
Complementary color
Monochromatic Colors of #FA0AF8
Black with #FA0AF8
Text Example
Text Example
White with #FA0AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AF8; }
p { color: rgb(250,10,248); }
H1.HeaderClassName
{
color: #FA0AF8;
}
.AnyTagClassName
{
color: #FA0AF8;
}
</style>
background-color css
<style>
a { background-color: #FA0AF8; }
a { background-color: rgb(250,10,248); }
div.DivClassName
{
background-color: #FA0AF8;
}
.BgClassName
{
background-color: #FA0AF8;
}
</style>
border-color css
<style>
span { border-color: #FA0AF8; }
span { border-color: rgb(250,10,248); }
td.TdClassName
{
border-color: #FA0AF8;
}
.TagClassName
{
border-color: #FA0AF8;
}
</style>