HSV 轉 RGB
將 HSV 顏色值轉換為 RGB,用於數位應用和精確的色彩控制
顏色轉換器
RGB Output
RGB Values
0-255 intensity
0-255 intensity
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 到 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) 代表最終顯示顏色中該顏色通道的強度。