Is there any direct way to use HTML color codes as here for plot command of Mathematica. For example we can use of \definecolor{xyz}{HTML}{desired code} to use of those color codes in the latex. How can we define a desired color by using HTML color codes for plotting in Mathematica?
Asked
Active
Viewed 41 times
0
Unbelievable
- 4,847
- 1
- 20
- 46
#fa6. Or justRGBColor["#fa6"]. – Szabolcs May 04 '18 at 14:40RGBColor["#10D010"]works straight out of the box – MarcoB May 04 '18 at 14:40plottingtag when I voted it as a duplicate, if I was wrong let me know. – Jason B. May 04 '18 at 14:42RGBColordirectly with the hex code has been added there as well. – MarcoB May 04 '18 at 14:45