RGB to HEX
Konversi nilai warna RGB ke kode HEX untuk desain web dan aplikasi digital
Konverter Warna
HEX Output
HEX Value
Format Tambahan
RGB Value
rgb(255, 0, 0)
HSL Value
hsl(0°, 100%, 50%)
Nilai Desimal
16711680
Penggunaan CSS
color: #FF0000;
Informasi Warna
Merah terang ini merupakan warna primer dalam model RGB. Representasi heksadesimalnya menggunakan nilai maksimum untuk merah (FF) dan nilai minimum untuk hijau dan biru (00).
Contoh Konversi
Merah Cerah
Hutan Hijau
Biru Kerajaan
Kuning Sinar Matahari
Ungu Tua
Abu-abu Muda
Alat yang Direkomendasikan
HEX to RGB Converter
Ubah kode warna HEX kembali ke nilai RGB untuk manipulasi warna
Generator Palet Warna
Ciptakan skema warna yang harmonis dari warna dasar
Pemeriksa Kontras Warna
Verifikasi rasio kontras warna untuk kepatuhan aksesibilitas
HSL Color Converter
Konversi antara format warna RGB, HEX, dan HSL
Tentang Alat Ini
Konverter RGB ke HEX ini menyederhanakan proses penerjemahan antara dua format warna digital umum yang digunakan dalam desain web, desain grafis, dan pengembangan.
RGB (Red, Green, Blue) represents colors as combinations of three primary light sources, with each value ranging from 0 to 255. This model is used in digital displays, where light is emitted to create colors.
HEX (Hexadecimal) is a base-16 numbering system that condenses RGB values into a six-character string prefixed with a hash (#). Each pair of characters represents the intensity of red, green, and blue respectively, using values from 00 to FF.
HEX codes are particularly popular in web development because they're more compact than RGB values and easily recognized by all modern browsers. This conversion tool provides accurate translations between these formats, essential for consistent color implementation across digital projects.