#fa31db color space conversions
Hex:
        #fa31db
        RGB:
        250, 49, 219
        CMY:
        2, 81, 14
        CMYK:
        0, 80, 12, 2
      HSL:
        309°, 95.2607%, 58.6275%
        HSV (HSB):
        309°, 80.4000%, 98.0392%
        XYZ:
        53.3088, 27.6351, 69.5423
        xyY:
        0.3542, 0.1836, 27.6351
      CIE-Lab:
        59.5576, 86.6620, -41.9651
        CIE-LCH:
        59.5576, 96.2880, 334.1619
        CIE-Luv:
        59.5576, 90.8827, -77.9396
        Hunter-Lab:
        52.5691, 89.0159, -41.6348
      #fa31db color charts
#fa31db RGB chart
      #fa31db CMYK chart
      #fa31db RGB pie chart
      #fa31db color shades, tints & tones
#fa31db color schemes
#fa31db color preview, HTML & CSS examples
           This text has a color of #fa31db        
        
          <p style="color:#fa31db;">Text here</p>
        
        
          .mytext {color:#fa31db;}
        
        Text color #fa31db
      
           This box has a color of #fa31db        
        
          <div style="background-color:#fa31db;">Content here</div>
        
        
          .mybackground {background-color:#fa31db;}
        
        Background color #fa31db
      
           Border around this has a color of #fa31db        
        
          <div style="border:2px solid #fa31db;">Content here</div>
        
        
          .myborder {border:2px solid #fa31db;}
        
        Border color #fa31db