#fa16bf color space conversions
Hex:
        #fa16bf
        RGB:
        250, 22, 191
        CMY:
        2, 91, 25
        CMYK:
        0, 91, 24, 2
      HSL:
        316°, 95.7983%, 53.3333%
        HSV (HSB):
        316°, 91.2000%, 98.0392%
        XYZ:
        49.1152, 24.6594, 51.4613
        xyY:
        0.3922, 0.1969, 24.6594
      CIE-Lab:
        56.7420, 87.6890, -30.3717
        CIE-LCH:
        56.7420, 92.7998, 340.8961
        CIE-Luv:
        56.7420, 106.8043, -59.9555
        Hunter-Lab:
        49.6582, 89.6462, -26.6820
      #fa16bf color charts
#fa16bf RGB chart
      #fa16bf CMYK chart
      #fa16bf RGB pie chart
      #fa16bf color shades, tints & tones
#fa16bf color schemes
#fa16bf color preview, HTML & CSS examples
           This text has a color of #fa16bf        
        
          <p style="color:#fa16bf;">Text here</p>
        
        
          .mytext {color:#fa16bf;}
        
        Text color #fa16bf
      
           This box has a color of #fa16bf        
        
          <div style="background-color:#fa16bf;">Content here</div>
        
        
          .mybackground {background-color:#fa16bf;}
        
        Background color #fa16bf
      
           Border around this has a color of #fa16bf        
        
          <div style="border:2px solid #fa16bf;">Content here</div>
        
        
          .myborder {border:2px solid #fa16bf;}
        
        Border color #fa16bf