Convert a hex color code to RGB and HSL values. Pass ?hex=FF5733 (with or without #). Returns r, g, b, h, s, l values and CSS strings. Uses Node.js built-in math. Zero external dependencies.