Web designers work with both RGB (red, green, blue values from 0-255) and HEX (hexadecimal codes like #FF0000). Converting between them is constant.
RGB to HEX is actually pretty simple math - convert each number to hex and combine. But who wants to do that manually? Just use a converter!
I use this multiple times daily. So much faster than looking up the formula!