#fa41da color space conversions
Hex:
        #fa41da
        RGB:
        250, 65, 218
        CMY:
        2, 75, 15
        CMYK:
        0, 74, 13, 2
      HSL:
        310°, 94.8718%, 61.7647%
        HSV (HSB):
        310°, 74.0000%, 98.0392%
        XYZ:
        53.9695, 29.1665, 69.1149
        xyY:
        0.3545, 0.1916, 29.1665
      CIE-Lab:
        60.9283, 82.4502, -39.2483
        CIE-LCH:
        60.9283, 91.3152, 334.5444
        CIE-Luv:
        60.9283, 87.9843, -73.4251
        Hunter-Lab:
        54.0061, 83.8687, -38.0728
      #fa41da color charts
#fa41da RGB chart
      #fa41da CMYK chart
      #fa41da RGB pie chart
      #fa41da color shades, tints & tones
#fa41da color schemes
#fa41da color preview, HTML & CSS examples
           This text has a color of #fa41da        
        
          <p style="color:#fa41da;">Text here</p>
        
        
          .mytext {color:#fa41da;}
        
        Text color #fa41da
      
           This box has a color of #fa41da        
        
          <div style="background-color:#fa41da;">Content here</div>
        
        
          .mybackground {background-color:#fa41da;}
        
        Background color #fa41da
      
           Border around this has a color of #fa41da        
        
          <div style="border:2px solid #fa41da;">Content here</div>
        
        
          .myborder {border:2px solid #fa41da;}
        
        Border color #fa41da