HTML HEX Colors - W3Schools
Có thể bạn quan tâm
A hexadecimal color is specified with: #RRGGBB, where the RR (red), GG (green) and BB (blue) hexadecimal integers specify the components of the color.
HEX Color Values
In HTML, a color can be specified using a hexadecimal value in the form:
#rrggbb
Where rr (red), gg (green) and bb (blue) are hexadecimal values between 00 and ff (same as decimal 0-255).
For example, #ff0000 is displayed as red, because red is set to its highest value (ff), and the other two (green and blue) are set to 00.
Another example, #00ff00 is displayed as green, because green is set to its highest value (ff), and the other two (red and blue) are set to 00.
To display black, set all color parameters to 00, like this: #000000.
To display white, set all color parameters to ff, like this: #ffffff.
Experiment by mixing the HEX values below:
RED
ffGREEN
0BLUE
0Example
#ff0000 #0000ff #3cb371 #ee82ee #ffa500 #6a5acd Try it Yourself »Shades of Gray
Shades of gray are often defined using equal values for all three parameters:
Example
#404040 #686868 #a0a0a0 #bebebe #dcdcdc #f8f8f8 Try it Yourself » ❮ Previous Next ❯ ★ +1 Track your progress - it's free! Log in Sign UpTừ khóa » Html Color Tag Hex
-
HTML Text Color - HTML Color Codes
-
HTML Colors - W3Schools
-
HTML Color Codes And Names - Computer Hope
-
HTML Code For Color Text - Career Karma
-
HTML Hex Color Codes - GeeksforGeeks
-
Changing Colors
-
HTML Color Codes Chart 🎨
-
HTML - Colors - Tutorialspoint
-
Color In HTML
-
Hex Color Codes, HTML Color Names/ RGB Values - W3docs
-
HTML Color Codes
-
The Hex Hub (Named Hexadecimal Color Codes For HTML)
-
HTML Color Codes - What's Your Color
-
Change HTML Background Color Or Font Color - BitDegree