Pantone工具

HSV 轉 RGB

將 HSV 顏色值轉換為 RGB,用於數位應用和精確的色彩控制

將直覺的顏色選擇轉換為裝置可用的 RGB 值

顏色轉換器

HSV Input

180° 360°
100%
0% 50% 100%
100%
0% 50% 100%

點擊顏色樣本查看範例

RGB Output

rgb(255, 0, 0)

RGB Values

紅色的 255

0-255 intensity

綠色的 0

0-255 intensity

藍色的 0

0-255 intensity

rgb(255, 0, 0)

其他格式

HSV Value

hsv(0°, 100%, 100%)

HEX Value

#FF0000

CSS 使用

color: rgb(255, 0, 0);
background-color: rgb(255, 0, 0);

技術故障

這種鮮紅色透過最大紅色通道值(255)和最小綠色和藍色值(0)達到其強度,從而產生預覽中可見的純紅色調。

轉換範例

鮮豔的紅色

HSV 0°, 100%, 100%
RGB 255, 0, 0
HEX #FF0000

森林綠

HSV 120°, 75%, 55%
RGB 34, 139, 34
HEX #228B22

皇家藍

HSV 220°, 75%, 88%
RGB 65, 105, 225
HEX #4169E1

陽光黃

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

薰衣草

HSV 270°, 30%, 71%
RGB 150, 123, 182
HEX #967BB6

藍綠色

HSV 180°, 100%, 50%
RGB 0, 128, 128
HEX #008080

推薦工具

關於此工具

該 HSV 到 RGB 轉換器彌合了直觀顏色選擇和數位顯示技術之間的差距,將人類可感知的顏色描述轉換為機器可讀的值。

HSV (Hue, Saturation, Value) is a color model designed around how humans perceive color, making it ideal for creative color selection. It separates color information into three intuitive components: the actual color (hue), its intensity (saturation), and its brightness (value).

RGB (Red, Green, Blue) is an additive color model that represents colors as combinations of red, green, and blue light. This model directly corresponds to how digital displays (screens, monitors) create colors by emitting light, making it the fundamental color system for digital applications.

此轉換工具採用精確的數學演算法在這些系統之間進行轉換,使設計人員能夠使用直覺的 HSV 模型,同時產生數位實現所需的精確 RGB 值。每個 RGB 值 (0-255) 代表最終顯示顏色中該顏色通道的強度。

常見問題