The parameter defines the color of the text inside the font element. Colors can be set in two ways.

set by name

Colors can be defined by name - a collection of 147 color names is supported. Color attributes are ignored if the report generator cannot identify the color set. For example:

with a hexadecimal valuesetting

You can also specify colors using hexadecimal (Hexadecimal) values like "#ff0000". It is very important to add the hash sign '#' before the hexadecimal notation.

A color is a combination of red, green, and blue values (#rrggbb). Each of the three colors can have a hexadecimal value from 00 to FF. the first tworrThe symbol indicates the red part of the color,ggThe symbol indicates the green part of the color,bbThe symbol indicates the blue part. You can set the colors in short form with one symbol per color. for example:

information
 If the color value set is unrecognized or invalid, the color specified in the text component or tag is used.

Alternate tag

You can also use tags and tags to define the color of the text. for example

<font-color=”red”>

<color=”red”>