Pantone工具

HSV 轉 HEX

將 HSV 顏色值轉換為十六進位代碼,用於網頁設計、開發和數位應用

非常適合將直覺的顏色選擇轉換為適用於網路的十六進位值

顏色轉換器

HSV Input

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

點擊顏色樣本查看範例

HEX Output

#FF0000

HEX Value

其他格式

HSV Value

hsv(0°, 100%, 100%)

RGB Value

rgb(255, 0, 0)

CSS 使用

color: #FF0000;
background-color: #FF0000;

顏色訊息

這種鮮紅色完全飽和,亮度極高,創造出一種生動、強烈的色彩,非常適合吸引註意力。

轉換範例

鮮豔的紅色

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

森林綠

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

皇家藍

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

陽光黃

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

薰衣草

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

藍綠色

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

推薦工具

關於此工具

此 HSV 到 HEX 轉換器透過將 HSV 顏色值轉換為網頁設計和開發中廣泛使用的 HEX 格式,彌合了直觀顏色選擇和網頁開發之間的差距。

HSV (Hue, Saturation, Value) is a color model that aligns with human perception of color, making it ideal for selecting and adjusting colors. It separates color information into three components: the actual color (hue), its intensity (saturation), and its brightness (value).

HEX (hexadecimal) is a six-character code representing colors in web design and digital applications. It's a compact, machine-friendly format that directly maps to RGB values, making it the standard for defining colors in CSS, HTML, and other web technologies.

此轉換工具允許設計師和開發人員使用直覺的 HSV 模型進行顏色選擇,同時產生實現所需的精確十六進位程式碼。轉換過程在數學上非常精確,確保了不同顏色表示之間的準確轉換。

常見問題