Appearance
hex('#ff0000') 컬러값을 rgb([255,0,0]) 형태로 변환합니다.
hexToRgb("#ff0000"); // [255, 0, 0] hexToRgb("#12ff34"); // [18, 255, 52]