#fa207b color space conversions
Hex:
        #fa207b
        RGB:
        250, 32, 123
        CMY:
        2, 87, 52
        CMYK:
        0, 87, 51, 2
      HSL:
        335°, 95.6140%, 55.2941%
        HSV (HSB):
        335°, 87.2000%, 98.0392%
        XYZ:
        43.5160, 22.7871, 20.8437
        xyY:
        0.4993, 0.2615, 22.7871
      CIE-Lab:
        54.8523, 79.9681, 6.8931
        CIE-LCH:
        54.8523, 80.2646, 4.9266
        CIE-Luv:
        54.8523, 136.0723, -7.4233
        Hunter-Lab:
        47.7358, 79.1831, 7.5263
      #fa207b color charts
#fa207b RGB chart
      #fa207b CMYK chart
      #fa207b RGB pie chart
      #fa207b color shades, tints & tones
#fa207b color schemes
#fa207b color preview, HTML & CSS examples
           This text has a color of #fa207b        
        
          <p style="color:#fa207b;">Text here</p>
        
        
          .mytext {color:#fa207b;}
        
        Text color #fa207b
      
           This box has a color of #fa207b        
        
          <div style="background-color:#fa207b;">Content here</div>
        
        
          .mybackground {background-color:#fa207b;}
        
        Background color #fa207b
      
           Border around this has a color of #fa207b        
        
          <div style="border:2px solid #fa207b;">Content here</div>
        
        
          .myborder {border:2px solid #fa207b;}
        
        Border color #fa207b