What is the code of CSS to make text color of division with id "info" is:
red: 200/255, green: 100/255, blue: 100/255, opacity: 60%.
O#info{
color:rgba(200,100,100,.6);
O info{ color:rgba(200,100,100,.6);
O info{ color:rgba(200,100,100,.6);
O#info{ color:hsla (200,100,100,.6);