#f206ac color space conversions
Hex:
        #f206ac
        RGB:
        242, 6, 172
        CMY:
        5, 98, 33
        CMYK:
        0, 98, 29, 5
      HSL:
        318°, 95.1613%, 48.6275%
        HSV (HSB):
        318°, 97.5207%, 94.9020%
        XYZ:
        44.1295, 21.9861, 40.9476
        xyY:
        0.4122, 0.2054, 21.9861
      CIE-Lab:
        54.0122, 85.3918, -23.6512
        CIE-LCH:
        54.0122, 88.6067, 344.5187
        CIE-Luv:
        54.0122, 110.5875, -49.1571
        Hunter-Lab:
        46.8893, 85.9376, -18.9544
      #f206ac color charts
#f206ac RGB chart
      #f206ac CMYK chart
      #f206ac RGB pie chart
      #f206ac color shades, tints & tones
#f206ac color schemes
#f206ac color preview, HTML & CSS examples
           This text has a color of #f206ac        
        
          <p style="color:#f206ac;">Text here</p>
        
        
          .mytext {color:#f206ac;}
        
        Text color #f206ac
      
           This box has a color of #f206ac        
        
          <div style="background-color:#f206ac;">Content here</div>
        
        
          .mybackground {background-color:#f206ac;}
        
        Background color #f206ac
      
           Border around this has a color of #f206ac        
        
          <div style="border:2px solid #f206ac;">Content here</div>
        
        
          .myborder {border:2px solid #f206ac;}
        
        Border color #f206ac