This text is Red.
This text is Green.
This text is Blue.
This text has Yellow background.
This text uses HEX (#ff0000 → Red).
This text uses HEX (#00ff00 → Green).
This text uses HEX (#0000ff → Blue).
This background uses short HEX (#ff0 → Yellow).
This text uses RGB(255, 0, 0) → Red.
This text uses RGB(0, 255, 0) → Green.
This text uses RGB(0, 0, 255) → Blue.
This text uses RGBA(255, 0, 0, 0.5) → Semi-Transparent Red.
This is Black (#000).
This is Dark Grey (#666).
This is Light Grey (#aaa).
This is White (#fff) on Black background.