Hex color codes The most popular are Hex color codes; three byte hexadecimal numbers (meaning they consist of six digits), with each byte, or pair of characters in the Hex code, representing the intensity of red, green and blue in the color respectively. ...
Color NameHex Code RGBDecimal Code RGB Black0000000,0,0 SilverC0C0C0192,192,192 Gray808080128,128,128 WhiteFFFFFF255,255,255 Maroon800000128,0,0 RedFF0000255,0,0 Color NameHex Code RGBDecimal Code RGB Purple800080128,0,128 FuchsiaFF00FF255,0,255 ...
HTML color codes and color palettes. Lighten and darken to find the perfect color. Save palletes to see what works together. Generate CSS and HTML codes.
<a href="http://" title="HTML color codes">HTML color codes</a>
HTML Color Codes ColorHex code (#RRGGBB)Decimal code (R,G,B)HTML/CSS(color name) #000000 rgb(0,0,0) black #000033 rgb(0,0,51) #000066 rgb(0,0,102) #000099 rgb(0,0,153) #0000CC rgb(0,0,204) #0000FF rgb(0,0,255) blue #003300 rgb(0,51,0) #003333 rgb(0,51...
<body><pstyle="color:#FF0000";>Red paragraph text</p></body> 演示的CodePen 没有Hex代码?不用担心,使用我们的使用我们的颜色选择器浏览数以千万的Hex颜色代码表示的颜色,还有更多。 文字颜色使用HTML颜色名称 另一种为网站文字设置颜色的的方式是使用HTML颜色名称。HTML代码也很相似,只要上一步骤中的Hex代...
<!DOCTYPE html> <html lang="en"> <head> <title>HTML </title> </head> <body> <h2 style="color: #FFA012"> Hex color codes </h2> <p style="color: #FF0000">Hex code #FF0000- Only Red color with no green and no blue </p> <p style="color: #0000FF">Hex code #0000FF- ...
An example based on HTML colors (color codes)<html> <head> <title>HTML Color code example</title> </head> <body> <h1>An example based on HTML colors (color codes)</h1> <div style="height:50px;width:300px;background-color:#000000"></div> <div style="height:50px;width:300px;...
Html color Codes支持16进制、RGB、HSL甚至CMYK等多种格式的颜色代码,只需要一次选择,便同时得到 另外,如果你知道某一种格式颜色值,还可以在色值处修改为自己的色值,Html color Codes会为你显示相应的颜色,并得到其他格式的色值,比如你可以完成16进制颜色和RGB格式颜色的转换 ...
HTML color codesFollowing is a sampling of HTML color codes used in HTML tags for setting background and font color. Colors are coded as red, green and blue intensities in hexadecimal notation (see hex chart).The first two characters represent the values 0 through 255 for red in hex; the...