#fa34db color space conversions
Hex:
        #fa34db
        RGB:
        250, 52, 219
        CMY:
        2, 80, 14
        CMYK:
        0, 79, 12, 2
      HSL:
        309°, 95.1923%, 59.2157%
        HSV (HSB):
        309°, 79.2000%, 98.0392%
        XYZ:
        53.4385, 27.8944, 69.5855
        xyY:
        0.3541, 0.1848, 27.8944
      CIE-Lab:
        59.7933, 85.9804, -41.5946
        CIE-LCH:
        59.7933, 95.5130, 334.1838
        CIE-Luv:
        59.7933, 90.3407, -77.3246
        Hunter-Lab:
        52.8152, 88.1800, -41.1456
      #fa34db color charts
#fa34db RGB chart
      #fa34db CMYK chart
      #fa34db RGB pie chart
      #fa34db color shades, tints & tones
#fa34db color schemes
#fa34db color preview, HTML & CSS examples
           This text has a color of #fa34db        
        
          <p style="color:#fa34db;">Text here</p>
        
        
          .mytext {color:#fa34db;}
        
        Text color #fa34db
      
           This box has a color of #fa34db        
        
          <div style="background-color:#fa34db;">Content here</div>
        
        
          .mybackground {background-color:#fa34db;}
        
        Background color #fa34db
      
           Border around this has a color of #fa34db        
        
          <div style="border:2px solid #fa34db;">Content here</div>
        
        
          .myborder {border:2px solid #fa34db;}
        
        Border color #fa34db