#fa127e color space conversions
Hex:
        #fa127e
        RGB:
        250, 18, 126
        CMY:
        2, 93, 51
        CMYK:
        0, 93, 50, 2
      HSL:
        332°, 95.8678%, 52.5490%
        HSV (HSB):
        332°, 92.8000%, 98.0392%
        XYZ:
        43.4065, 22.2630, 21.7481
        xyY:
        0.4965, 0.2547, 22.2630
      CIE-Lab:
        54.3049, 82.0043, 4.3058
        CIE-LCH:
        54.3049, 82.1173, 3.0056
        CIE-Luv:
        54.3049, 137.2756, -11.0326
        Hunter-Lab:
        47.1836, 81.6395, 5.7004
      #fa127e color charts
#fa127e RGB chart
      #fa127e CMYK chart
      #fa127e RGB pie chart
      #fa127e color shades, tints & tones
#fa127e color schemes
#fa127e color preview, HTML & CSS examples
           This text has a color of #fa127e        
        
          <p style="color:#fa127e;">Text here</p>
        
        
          .mytext {color:#fa127e;}
        
        Text color #fa127e
      
           This box has a color of #fa127e        
        
          <div style="background-color:#fa127e;">Content here</div>
        
        
          .mybackground {background-color:#fa127e;}
        
        Background color #fa127e
      
           Border around this has a color of #fa127e        
        
          <div style="border:2px solid #fa127e;">Content here</div>
        
        
          .myborder {border:2px solid #fa127e;}
        
        Border color #fa127e