#fa35ec color space conversions
Hex:
        #fa35ec
        RGB:
        250, 53, 236
        CMY:
        2, 79, 7
        CMYK:
        0, 79, 6, 2
      HSL:
        304°, 95.1691%, 59.4118%
        HSV (HSB):
        304°, 78.8000%, 98.0392%
        XYZ:
        55.8378, 28.9263, 81.9972
        xyY:
        0.3348, 0.1735, 28.9263
      CIE-Lab:
        60.7166, 88.0865, -49.6903
        CIE-LCH:
        60.7166, 101.1353, 330.5723
        CIE-Luv:
        60.7166, 83.4622, -90.3648
        Hunter-Lab:
        53.7832, 91.1982, -52.7446
      #fa35ec color charts
#fa35ec RGB chart
      #fa35ec CMYK chart
      #fa35ec RGB pie chart
      #fa35ec color shades, tints & tones
#fa35ec color schemes
#fa35ec color preview, HTML & CSS examples
           This text has a color of #fa35ec        
        
          <p style="color:#fa35ec;">Text here</p>
        
        
          .mytext {color:#fa35ec;}
        
        Text color #fa35ec
      
           This box has a color of #fa35ec        
        
          <div style="background-color:#fa35ec;">Content here</div>
        
        
          .mybackground {background-color:#fa35ec;}
        
        Background color #fa35ec
      
           Border around this has a color of #fa35ec        
        
          <div style="border:2px solid #fa35ec;">Content here</div>
        
        
          .myborder {border:2px solid #fa35ec;}
        
        Border color #fa35ec