Skip to content

rgbToHex

rgb([255,0,0]) 컬러값을 hex(#ff0000) 형태로 변환합니다.

ts
rgbToHex([255, 0, 0]); // "#ff0000"
rgbToHex([12, 0, 0]); // "#0c0000"