Warna RGB putih
rgb(255,255,255) /*white*/ Hex #FFFFFF
Batman
rgb(255,255,255) /*white*/ Hex #FFFFFF
rgb(255,0,0) /*red*/ Hex #FF0000
(128,0,128) Hex #800080
color: #F00 // RED
rgb(255,255,0) /* yellow*/ Hex #FFFF00
selector {
background-color: #FF0000; /* or rgb(255, 0, 0) */
/* color: rgb(255, 0, 0); */
}