Convert-a-Lot knight mascotConvert-a-Lot

HEX to RGB Converter

Convert hexadecimal color codes to RGB values

How to HEX to RGB

  1. 1.Enter a HEX color code (e.g. #FF5733) in the input field.
  2. 2.Or use the color picker to select a color visually.
  3. 3.All color formats appear instantly below.
  4. 4.Click Copy next to any format to grab the value.

About This Tool

Converts hexadecimal color codes to RGB (Red, Green, Blue) values. HEX colors use a six-digit code where pairs of digits represent red, green, and blue channels in base 16. For example, #FF5733 means red=255, green=87, blue=51.

This tool also shows HSL, HSB, CMYK, and OKLCH equivalents. Everything runs in your browser — no data is sent anywhere.

Frequently Asked Questions

A HEX color code is a six-character string (preceded by #) that represents a color using hexadecimal notation. Each pair of characters encodes the red, green, or blue channel from 00 (0) to FF (255).

Yes — three-character shorthand like #F53 is supported and expands to #FF5533.

Yes — HEX to RGB is a lossless conversion since both formats represent the same color space.

Related Tools