What kind of value would I use in a situation like this. I would like to make the color random.

vb Code:
  1. label1.forColor = 'What value can I use to change the forColor of the label?
  2.                        'I will be assigning it a random value here. I need to know
  3.                        'what kind of variables and such this will accept? Thanks.