#fa22bc color space conversions
Hex:
        #fa22bc
        RGB:
        250, 34, 188
        CMY:
        2, 87, 26
        CMYK:
        0, 86, 25, 2
      HSL:
        317°, 95.5752%, 55.6863%
        HSV (HSB):
        317°, 86.4000%, 98.0392%
        XYZ:
        49.0735, 25.0989, 49.8351
        xyY:
        0.3957, 0.2024, 25.0989
      CIE-Lab:
        57.1716, 85.7236, -27.9724
        CIE-LCH:
        57.1716, 90.1720, 341.9280
        CIE-Luv:
        57.1716, 106.6567, -56.1336
        Hunter-Lab:
        50.0988, 87.1739, -23.9087
      #fa22bc color charts
#fa22bc RGB chart
      #fa22bc CMYK chart
      #fa22bc RGB pie chart
      #fa22bc color shades, tints & tones
#fa22bc color schemes
#fa22bc color preview, HTML & CSS examples
           This text has a color of #fa22bc        
        
          <p style="color:#fa22bc;">Text here</p>
        
        
          .mytext {color:#fa22bc;}
        
        Text color #fa22bc
      
           This box has a color of #fa22bc        
        
          <div style="background-color:#fa22bc;">Content here</div>
        
        
          .mybackground {background-color:#fa22bc;}
        
        Background color #fa22bc
      
           Border around this has a color of #fa22bc        
        
          <div style="border:2px solid #fa22bc;">Content here</div>
        
        
          .myborder {border:2px solid #fa22bc;}
        
        Border color #fa22bc