HEX에서 RGB로
디지털 디자인 및 웹 개발에 필수적인 HEX 색상 코드를 정밀하게 RGB 값으로 변환합니다.
색상 변환기
색상 결과
RGB Values
0-255 intensity range
0-255 intensity range
0-255 intensity range
RGB Formats
rgb(255, 255, 255)
rgba(255, 255, 255, 1.0)
변환 예제
빨간색
HEX: #FF0000
RGB: 255, 0, 0
녹색
HEX: #00FF00
RGB: 0, 255, 0
파란색
HEX: #0000FF
RGB: 0, 0, 255
노란색
HEX: #FFFF00
RGB: 255, 255, 0
마젠타
HEX: #FF00FF
RGB: 255, 0, 255
시안색
HEX: #00FFFF
RGB: 0, 255, 255
권장 도구
이 도구에 관하여
당사의 HEX-RGB 변환기는 16진수 색상 코드를 디지털 디스플레이, 웹 디자인, 디지털 이미징의 표준 색상 모델인 RGB(빨강, 초록, 파랑) 값으로 정확하게 변환합니다.
HEX color codes are a compact way to represent RGB colors using hexadecimal notation. Each pair of characters in a HEX code corresponds to the intensity of red, green, and blue components respectively, ranging from 00 (0 intensity) to FF (full intensity).
RGB is an additive color model where colors are created by combining varying intensities of red, green, and blue light. This model is fundamental to digital displays, as most screens use red, green, and blue pixels to create all visible colors.
이 변환 도구는 디지털 매체에서 색상을 다루는 웹 개발자, 디자이너, 디지털 아티스트에게 필수적인 도구로, 간결한 HEX 형식과 사람이 읽기 쉬운 RGB 값 간의 정확한 변환을 제공합니다.