Do you know of a service that can determine the final hexadecimal value of an rgba color? For instance, if my body background-color is set to #FF0000
and my header is positioned over it with a background-color of rgba(0,0,0,.7)
, how can I find out what the resulting hexadecimal value of this color mix is?
Any suggestions on how to accomplish this?
Appreciate your help.