html change color

HTML
  
    <font color="red">This is some text!</font>
  
  <body style="background-color:powderblue;">

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>  <h1 style="color:blue;">This is a Blue Heading</h1>
 
Source

Also in HTML: