HTML Quotations (7th Part)
In this video, we learn about HTML Colors in which we talk about the below color type: RGB, HEX, HUE, Color Names
For a practical demonstration, watch the full video!
Hope you all like it!
Searched Links :
https://htmlcolorcodes.com/color-names/ - Color Names
https://www.physicsclassroom.com/PhysicsCl... - Interactive Way To Learn
https://www.google.com/search?q=Color%20Pi... - Google Color Picker
Notes Of The Video Are Given Below :
RGB - Red, Green, Blue rgba(red, green, blue, alpha channel)
Fact : 256*256*256*11 = 18,45,49,376 total colors can be made 🤯
HEX - A hexadecimal color is specified with #RRGGBB, where the RR (red), GG (green), and BB (blue) hexadecimal integers specify the components of the color.
#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.
HSL - Hue, Saturation, Lightness: 360*101*101*11
hsla(hue, saturation, lightness, alpha)
Hue is a degree on the color wheel from 0 to 360. 0 is red, 120 is green, and 240 is blue.
Saturation is a percentage value. 0% means a shade of gray, and 100% is the full color.
Lightness is also a percentage value. 0% is black, and 100% is white.
An alpha parameter is a number between 0.0 (fully transparent) and 1.0 (not transparent at all)
In the next video, we cover the HTML Styles, Links Images, Table & So On Topics!!😀
Advice to watch the video at 1.5x speed for a better experience & for your time-saving!
Stay Tuned For All Updates... Will upload more videos & learn so many things daily. Happy Learning & Coding!!!
#TejaswaBhaiya