0
How can I create my desired color using hexadecimal values in html?
Colors
2 Answers
+ 1
the obvious colors Red, Green, and Blue can be dealt with easily.
Red = #FF0000
Green = #00FF00
Blue = #0000FF
for a combination of them use an online color picker or your browser dev tools.