पैनटोनटूल्स

हेक्स से RGB

डिजिटल डिज़ाइन और वेब विकास के लिए आवश्यक, HEX रंग कोड को सटीकता के साथ RGB मानों में परिवर्तित करें

रंग परिवर्तक

#

Enter a 6-character hex code (without the #)

उदाहरण के लिए रंग स्वैच पर क्लिक करें

रंग परिणाम

RGB Values

लाल 255

0-255 intensity range

हरा 255

0-255 intensity range

नीला 255

0-255 intensity range

RGB Formats

rgb(255, 255, 255)

rgba(255, 255, 255, 1.0)

रूपांतरण उदाहरण

लाल

HEX: #FF0000

RGB: 255, 0, 0

हरा

HEX: #00FF00

RGB: 0, 255, 0

नीला

HEX: #0000FF

RGB: 0, 0, 255

पीला

HEX: #FFFF00

RGB: 255, 255, 0

मैजेंटा

HEX: #FF00FF

RGB: 255, 0, 255

सियान

HEX: #00FFFF

RGB: 0, 255, 255

अनुशंसित उपकरण

इस उपकरण के बारे में

हमारा HEX से RGB कनवर्टर हेक्साडेसिमल रंग कोड को RGB (लाल, हरा, नीला) मानों में सटीक रूप से परिवर्तित करता है, जो डिजिटल डिस्प्ले, वेब डिज़ाइन और डिजिटल इमेजिंग के लिए मानक रंग मॉडल है।

HEX color codes are a compact way to represent RGB colors using hexadecimal notation. Each pair of characters in a HEX code corresponds to the intensity of red, green, and blue components respectively, ranging from 00 (0 intensity) to FF (full intensity).

RGB is an additive color model where colors are created by combining varying intensities of red, green, and blue light. This model is fundamental to digital displays, as most screens use red, green, and blue pixels to create all visible colors.

यह रूपांतरण उपकरण वेब डेवलपर्स, डिजाइनरों और डिजिटल माध्यमों में रंग के साथ काम करने वाले डिजिटल कलाकारों के लिए आवश्यक है, जो कॉम्पैक्ट HEX प्रारूप और अधिक मानव-पठनीय RGB मानों के बीच सटीक अनुवाद प्रदान करता है।

अक्सर पूछे जाने वाले प्रश्नों