Shades of Magenta #FA1EF8
Tints of Magenta #FA1EF8
RGB
CMYK
RGB Variations
Color information
#FA1EF8 (or 0xFA1EF8) is known color: Magenta. HEX triplet: FA, 1E and F8. RGB value is (250,30,248). Sum of RGB (Red+Green+Blue) = 250+30+248=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 30 (12.11% from 255 or 5.68% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1EF8 is #05E107. Grayscale: #777777. Windows color (decimal): -385288 or 16260858. OLE color: 16260858.
HSL color Cylindrical-coordinate representation of color #FA1EF8: hue angle of 300.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1EF8 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 248 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.02 |
| HSL | 300.55º | 0.96% | 0.55% | - |
| HSV(B) | 300.55º | 0.88% | 0.98% | - |
| XYZ | 56.83 | 28.03 | 91.22 | - |
| YUV | 120.63 | 199.89 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 248 | 0 | 0.88 | 0.01 | 0.02 | 300.55 | 0.96 | 0.55 |
| Hex | FA | 1E | F8 | 0 | 58 | 1 | 2 | 12D | 60 | 37 |
| Octal | 372 | 36 | 370 | 0 | 130 | 1 | 2 | 455 | 140 | 67 |
| Binary | 11111010 | 11110 | 11111000 | 0 | 1011000 | 1 | 10 | 100101101 | 1100000 | 110111 |
Color Harmonies of #FA1EF8
Complementary color
Monochromatic Colors of #FA1EF8
Black with #FA1EF8
Text Example
Text Example
White with #FA1EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EF8; }
p { color: rgb(250,30,248); }
H1.HeaderClassName
{
color: #FA1EF8;
}
.AnyTagClassName
{
color: #FA1EF8;
}
</style>
background-color css
<style>
a { background-color: #FA1EF8; }
a { background-color: rgb(250,30,248); }
div.DivClassName
{
background-color: #FA1EF8;
}
.BgClassName
{
background-color: #FA1EF8;
}
</style>
border-color css
<style>
span { border-color: #FA1EF8; }
span { border-color: rgb(250,30,248); }
td.TdClassName
{
border-color: #FA1EF8;
}
.TagClassName
{
border-color: #FA1EF8;
}
</style>