# Hue Saturation Value

The Hue Saturation Value Node applies a color transformation in the [HSV Color Model](https://en.wikipedia.org/wiki/HSL_and_HSV).

<figure><img src="/files/CAq0zN4PEwqSTcTgFqNB" alt="" width="194"><figcaption><p>HSV Node</p></figcaption></figure>

### Hue

Specifies the hue rotation of the image. 360° are mapped to (0 to 1). The hue shifts of 0 (-180°) and 1 (+180°) have the same result.

### Saturation

A saturation of 0 removes hues from the image, resulting in a grayscale image. A shift greater than 1.0 increases saturation.

### Value

Value is the overall brightness of the image. De/Increasing values shift an image darker/lighter.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.colormass.com/building-blocks/materials/recolor-a-material/hue-saturation-value.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
