RGB to Hex Converter

Convert RGB or RGBA color values to hexadecimal instantly in your browser. Free online RGB to HEX color converter — no uploads.

Leave at 100 for a normal 6-digit hex.

Loading calculator…

Results

Hex
DetailValue
CSS representation
Red
Green
Blue
Alpha (%)

What is this calculator for?

Convert RGB (and optional RGBA alpha) values into hexadecimal color codes for CSS and design.

How to Use This Calculator

Enter the values below, then press Calculate (or press Enter). The calculator updates your results instantly. Try different values to see how your inputs change the outcome.

  1. Red — enter a numeric amount.
  2. Green — enter a numeric amount.
  3. Blue — enter a numeric amount.
  4. Alpha (0–100 %) — enter a numeric amount.
  5. Review your results — the key output is highlighted, with supporting figures below.

What You'll Need

Red
a numeric amount range 0–255 · required
Green
a numeric amount range 0–255 · required
Blue
a numeric amount range 0–255 · required
Alpha (0–100 %)
a numeric amount range 0–100 · optional

About This Calculator

Each RGB channel (0–255) is converted to a two-digit hexadecimal number, then joined as #RRGGBB.

If alpha is below 100%, the tool outputs an 8-digit hex (RRGGBBAA) plus the equivalent rgba() CSS — handy where older browsers need the function form. Hex values are uppercase for consistency.

Conversion runs instantly in your browser.

Worked Examples

Example

#FF69B4

Frequently Asked Questions

What do the hex digits mean?
#FF69B4 is # R G B: each channel becomes two hex digits. FF = 255 red, 69 = 105 green, B4 = 180 blue.
Can I get an 8-digit hex with alpha?
Yes — set alpha below 100% and the tool returns RRGGBBAA plus the rgba() equivalent, which you can use for semi-transparent colors.