Try our online notepad for secure note-taking

Color Picker

Choose and convert colors with ease

Hex Code: #ff0000

About the Color Picker

Pick any color visually and get its hex code instantly — no design software needed. Useful for CSS, HTML, branding, presentations, or matching colors across projects.

What is a hex color code?

A hex code is a six-digit code that represents a color for screens, written like #50CA59. The three pairs encode the amount of red, green, and blue, from 00 (none) to FF (full). Hex codes are the standard way to specify colors in HTML and CSS.

What's the difference between hex and RGB?

They describe the same thing in different notations. #50CA59 in hex equals rgb(80, 202, 89) in RGB. Hex is more compact and common in stylesheets; RGB is easier to read and adjust numerically.

How do I find the color of something on my screen?

Use a color picker like this one to select the shade visually, or take a screenshot and sample the exact pixel with an eyedropper tool in any image editor, then copy the hex code it reports.