Convierte entre valores hexadecimal, decimal, binary y color RGB con una sola entrada.
Hexadecimal (or "hex") is a base-16 number system that uses 16 distinct symbols: the numbers 0-9 and the letters A-F (or a-f) to represent values 10-15. It's commonly used in computing to represent binary data in a more human-readable format.