RGB to HEX
Tukar nilai warna RGB kepada kod HEX untuk reka bentuk web dan aplikasi digital
Penukar Warna
HEX Output
HEX Value
Format Tambahan
RGB Value
rgb(255, 0, 0)
HSL Value
hsl(0°, 100%, 50%)
Nilai Perpuluhan
16711680
Penggunaan CSS
color: #FF0000;
Maklumat Warna
Merah terang ini adalah warna utama dalam model RGB. Perwakilan heksadesimalnya menggunakan nilai maksimum untuk merah (FF) dan nilai minimum untuk hijau dan biru (00).
Contoh Penukaran
Merah Bersemangat
Hijau Hutan
Biru Diraja
Kuning Matahari
Ungu dalam
Kelabu Muda
Alat yang Disyorkan
Mengenai Alat Ini
Penukar RGB ke HEX ini memudahkan proses penterjemahan antara dua format warna digital biasa yang digunakan dalam reka bentuk web, reka bentuk grafik dan pembangunan.
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.