Pantone工具

HEX 轉 RGB

精確地將十六進位顏色代碼轉換為 RGB 值,這對於數位設計和 Web 開發至關重要

Color Converter

#

Enter a 6-character hex code (without the #)

Click color swatches for examples

Color Result

RGB Values

Red 255

0-255 intensity range

Green 255

0-255 intensity range

Blue 255

0-255 intensity range

RGB Formats

rgb(255, 255, 255)

rgba(255, 255, 255, 1.0)

Conversion Examples

Red

HEX: #FF0000

RGB: 255, 0, 0

Green

HEX: #00FF00

RGB: 0, 255, 0

Blue

HEX: #0000FF

RGB: 0, 0, 255

Yellow

HEX: #FFFF00

RGB: 255, 255, 0

Magenta

HEX: #FF00FF

RGB: 255, 0, 255

Cyan

HEX: #00FFFF

RGB: 0, 255, 255

Recommended Tools

About This Tool

Our HEX to RGB converter precisely transforms hexadecimal color codes into RGB (Red, Green, Blue) values, the standard color model for digital displays, web design, and digital imaging.

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.

This conversion tool is essential for web developers, designers, and digital artists working with color in digital mediums, providing an accurate translation between the compact HEX format and the more human-readable RGB values.

Frequently Asked Questions