PantoneVerktyg

RGB to HEX

Konvertera RGB-färgvärden till HEX-koder för webbdesign och digitala applikationer

Viktigt verktyg för utvecklare och designers som arbetar med digital färg

Färgkonverterare

RGB Input

255
0 128 255
0
0 128 255
0
0 128 255

Klicka på färgprover för exempel

HEX Output

#FF0000

HEX Value

Ytterligare format

RGB Value

rgb(255, 0, 0)

HSL Value

hsl(0°, 100%, 50%)

Decimalvärde

16711680

CSS-användning

color: #FF0000;

Färginformation

Denna klarröda färg är en primärfärg i RGB-modellen. Dess hexadecimala representation använder maximivärdet för rött (FF) och minimivärden för grönt och blått (00).

Konverteringsexempel

Livfull röd

RGB 255, 0, 0
HEX #FF0000
HSL 0°, 100%, 50%

Skogsgrön

RGB 34, 139, 34
HEX #228B22
HSL 120°, 61%, 34%

Kunglig blå

RGB 65, 105, 225
HEX #4169E1
HSL 225°, 73%, 56%

Solskensgul

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

Djup lila

RGB 128, 0, 128
HEX #800080
HSL 300°, 100%, 25%

Ljusgrå

RGB 211, 211, 211
HEX #D3D3D3
HSL 0°, 0%, 83%

Rekommenderade verktyg

Om det här verktyget

Denna RGB till HEX-konverterare förenklar processen att översätta mellan två vanliga digitala färgformat som används inom webbdesign, grafisk design och utveckling.

RGB (Red, Green, Blue) represents colors as combinations of three primary light sources, with each value ranging from 0 to 255. This model is used in digital displays, where light is emitted to create colors.

HEX (Hexadecimal) is a base-16 numbering system that condenses RGB values into a six-character string prefixed with a hash (#). Each pair of characters represents the intensity of red, green, and blue respectively, using values from 00 to FF.

HEX codes are particularly popular in web development because they're more compact than RGB values and easily recognized by all modern browsers. This conversion tool provides accurate translations between these formats, essential for consistent color implementation across digital projects.

Vanliga frågor