#fa247e color space conversions
Hex:
        #fa247e
        RGB:
        250, 36, 126
        CMY:
        2, 86, 51
        CMYK:
        0, 86, 50, 2
      HSL:
        335°, 95.5357%, 56.0784%
        HSV (HSB):
        335°, 85.6000%, 98.0392%
        XYZ:
        43.8211, 23.0921, 21.8863
        xyY:
        0.4935, 0.2600, 23.0921
      CIE-Lab:
        55.1671, 79.5100, 5.5452
        CIE-LCH:
        55.1671, 79.7031, 3.9894
        CIE-Luv:
        55.1671, 133.8765, -8.9163
        Hunter-Lab:
        48.0542, 78.6809, 6.6344
      #fa247e color charts
#fa247e RGB chart
      #fa247e CMYK chart
      #fa247e RGB pie chart
      #fa247e color shades, tints & tones
#fa247e color schemes
#fa247e color preview, HTML & CSS examples
           This text has a color of #fa247e        
        
          <p style="color:#fa247e;">Text here</p>
        
        
          .mytext {color:#fa247e;}
        
        Text color #fa247e
      
           This box has a color of #fa247e        
        
          <div style="background-color:#fa247e;">Content here</div>
        
        
          .mybackground {background-color:#fa247e;}
        
        Background color #fa247e
      
           Border around this has a color of #fa247e        
        
          <div style="border:2px solid #fa247e;">Content here</div>
        
        
          .myborder {border:2px solid #fa247e;}
        
        Border color #fa247e