In order to change the colors of hyperlink, you can the following code snippet: TinyHTMLParsers.LinkColor = Color.Green; TinyHTMLParsers.LinkClickedColor = Color.Magenta; this.radLabel2.Text = @"<html><a href=www.telerik.com>Telerik Web Site</a></html>";