#fa75ec color space conversions
Hex:
        #fa75ec
        RGB:
        250, 117, 236
        CMY:
        2, 54, 7
        CMYK:
        0, 53, 6, 2
      HSL:
        306°, 93.0070%, 71.9608%
        HSV (HSB):
        306°, 53.2000%, 98.0392%
        XYZ:
        60.9260, 39.1027, 83.6933
        xyY:
        0.3316, 0.2128, 39.1027
      CIE-Lab:
        68.8256, 65.4856, -36.9552
        CIE-LCH:
        68.8256, 75.1934, 330.5629
        CIE-Luv:
        68.8256, 65.6557, -68.6052
        Hunter-Lab:
        62.5322, 64.4838, -35.5815
      #fa75ec color charts
#fa75ec RGB chart
      #fa75ec CMYK chart
      #fa75ec RGB pie chart
      #fa75ec color shades, tints & tones
#fa75ec color schemes
#fa75ec color preview, HTML & CSS examples
           This text has a color of #fa75ec        
        
          <p style="color:#fa75ec;">Text here</p>
        
        
          .mytext {color:#fa75ec;}
        
        Text color #fa75ec
      
           This box has a color of #fa75ec        
        
          <div style="background-color:#fa75ec;">Content here</div>
        
        
          .mybackground {background-color:#fa75ec;}
        
        Background color #fa75ec
      
           Border around this has a color of #fa75ec        
        
          <div style="border:2px solid #fa75ec;">Content here</div>
        
        
          .myborder {border:2px solid #fa75ec;}
        
        Border color #fa75ec