#fa128b color space conversions
Hex:
        #fa128b
        RGB:
        250, 18, 139
        CMY:
        2, 93, 45
        CMYK:
        0, 93, 44, 2
      HSL:
        329°, 95.8678%, 52.5490%
        HSV (HSB):
        329°, 92.8000%, 98.0392%
        XYZ:
        44.3008, 22.6207, 26.4574
        xyY:
        0.4744, 0.2422, 22.6207
      CIE-Lab:
        54.6795, 83.0163, -2.9421
        CIE-LCH:
        54.6795, 83.0684, 357.9703
        CIE-Luv:
        54.6795, 131.4349, -20.3366
        Hunter-Lab:
        47.5612, 83.0316, 0.3109
      #fa128b color charts
#fa128b RGB chart
      #fa128b CMYK chart
      #fa128b RGB pie chart
      #fa128b color shades, tints & tones
#fa128b color schemes
#fa128b color preview, HTML & CSS examples
           This text has a color of #fa128b        
        
          <p style="color:#fa128b;">Text here</p>
        
        
          .mytext {color:#fa128b;}
        
        Text color #fa128b
      
           This box has a color of #fa128b        
        
          <div style="background-color:#fa128b;">Content here</div>
        
        
          .mybackground {background-color:#fa128b;}
        
        Background color #fa128b
      
           Border around this has a color of #fa128b        
        
          <div style="border:2px solid #fa128b;">Content here</div>
        
        
          .myborder {border:2px solid #fa128b;}
        
        Border color #fa128b