팬톤툴즈

RGB to HEX

웹 디자인 및 디지털 애플리케이션을 위해 RGB 색상 값을 HEX 코드로 변환

디지털 컬러를 사용하는 개발자와 디자이너를 위한 필수 도구

색상 변환기

RGB Input

255
0 128 255
0
0 128 255
0
0 128 255

예를 보려면 색상 견본을 클릭하세요

HEX Output

#FF0000

HEX Value

추가 형식

RGB Value

rgb(255, 0, 0)

HSL Value

hsl(0°, 100%, 50%)

십진수 값

16711680

CSS 사용

color: #FF0000;

색상 정보

이 밝은 빨간색은 RGB 모델의 기본 색상입니다. 16진수 표현에서는 빨간색의 최대값(FF)과 녹색과 파란색의 최소값(00)을 사용합니다.

변환 예제

생생한 레드

RGB 255, 0, 0
HEX #FF0000
HSL 0°, 100%, 50%

포레스트 그린

RGB 34, 139, 34
HEX #228B22
HSL 120°, 61%, 34%

로얄 블루

RGB 65, 105, 225
HEX #4169E1
HSL 225°, 73%, 56%

선샤인 옐로우

RGB 255, 215, 0
HEX #FFD700
HSL 50°, 100%, 50%

딥 퍼플

RGB 128, 0, 128
HEX #800080
HSL 300°, 100%, 25%

밝은 회색

RGB 211, 211, 211
HEX #D3D3D3
HSL 0°, 0%, 83%

권장 도구

이 도구에 관하여

이 RGB-HEX 변환기는 웹 디자인, 그래픽 디자인 및 개발에 사용되는 두 가지 일반적인 디지털 색상 형식 간의 변환 과정을 단순화합니다.

RGB (Red, Green, Blue) represents colors as combinations of three primary light sources, with each value ranging from 0 to 255. This model is used in digital displays, where light is emitted to create colors.

HEX (Hexadecimal) is a base-16 numbering system that condenses RGB values into a six-character string prefixed with a hash (#). Each pair of characters represents the intensity of red, green, and blue respectively, using values from 00 to FF.

HEX codes are particularly popular in web development because they're more compact than RGB values and easily recognized by all modern browsers. This conversion tool provides accurate translations between these formats, essential for consistent color implementation across digital projects.

자주 묻는 질문