पैनटोनटूल्स

RGB to HEX

वेब डिज़ाइन और डिजिटल अनुप्रयोगों के लिए RGB रंग मानों को HEX कोड में परिवर्तित करें

डिजिटल रंग के साथ काम करने वाले डेवलपर्स और डिजाइनरों के लिए आवश्यक उपकरण

रंग परिवर्तक

RGB Input

255
0 128 255
0
0 128 255
0
0 128 255

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

HEX Output

#FF0000

HEX Value

अतिरिक्त प्रारूप

RGB Value

rgb(255, 0, 0)

HSL Value

hsl(0°, 100%, 50%)

दशमलव मान

16711680

सीएसएस उपयोग

color: #FF0000;

रंग जानकारी

यह चमकीला लाल रंग RGB मॉडल में एक प्राथमिक रंग है। इसका हेक्साडेसिमल निरूपण लाल के लिए अधिकतम मान (FF) और हरे व नीले के लिए न्यूनतम मान (00) का उपयोग करता है।

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

जीवंत लाल

RGB 255, 0, 0
HEX #FF0000
HSL 0°, 100%, 50%

हरे जंगल

RGB 34, 139, 34
HEX #228B22
HSL 120°, 61%, 34%

शाही नीला

RGB 65, 105, 225
HEX #4169E1
HSL 225°, 73%, 56%

सनशाइन येलो

RGB 255, 215, 0
HEX #FFD700
HSL 50°, 100%, 50%

गहरा बैंगनी

RGB 128, 0, 128
HEX #800080
HSL 300°, 100%, 25%

हल्का ग्रे

RGB 211, 211, 211
HEX #D3D3D3
HSL 0°, 0%, 83%

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

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

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

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.

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