CSS Renkler - Hex Değerler ile Renk Kullanımı

Konuya git Çalıştır
     
<!DOCTYPE html>
<html>
<head>
<title>Sayfa başlığı</title>
</head>
<body>
<h2 style="background-color:#FF0000">
Zemin Hex Kodu #FF0000
</h2>

<h2 style="background-color:#00FF00">
Zemin Hex Kodu #00FF00
</h2>

<h2 style="background-color:#0000FF">
Zemin Hex Kodu #0000FF
</h2>

<h2 style="background-color:#FFFF00">
Zemin Hex Kodu #FFFF00
</h2>

<h2 style="background-color:#FF00FF">
Zemin Hex Kodu #FF00FF
</h2>

<h2 style="background-color:#00FFFF">
Zemin Hex Kodu #00FFFF
</h2>
</body> </html>