I'm looking for a service that help me to find the final hexadecimal value of an rgba color.
For example I have my body background-color set to #FF0000.
I have my header positioned over the <body> with a background-color set to rgba(0,0,0,.7).
Now, I want to know what is the hexadecimal value of this color mix.
Any ideas ?
Thank you.