#f211ac color space conversions
Hex:
        #f211ac
        RGB:
        242, 17, 172
        CMY:
        5, 93, 33
        CMYK:
        0, 93, 29, 5
      HSL:
        319°, 89.6414%, 50.7843%
        HSV (HSB):
        319°, 92.9752%, 94.9020%
        XYZ:
        44.2648, 22.2567, 40.9927
        xyY:
        0.4117, 0.2070, 22.2567
      CIE-Lab:
        54.2983, 84.5539, -23.2109
        CIE-LCH:
        54.2983, 87.6819, 344.6498
        CIE-Luv:
        54.2983, 109.7682, -48.4160
        Hunter-Lab:
        47.1770, 84.9215, -18.4939
      #f211ac color charts
#f211ac RGB chart
      #f211ac CMYK chart
      #f211ac RGB pie chart
      #f211ac color shades, tints & tones
#f211ac color schemes
#f211ac color preview, HTML & CSS examples
           This text has a color of #f211ac        
        
          <p style="color:#f211ac;">Text here</p>
        
        
          .mytext {color:#f211ac;}
        
        Text color #f211ac
      
           This box has a color of #f211ac        
        
          <div style="background-color:#f211ac;">Content here</div>
        
        
          .mybackground {background-color:#f211ac;}
        
        Background color #f211ac
      
           Border around this has a color of #f211ac        
        
          <div style="border:2px solid #f211ac;">Content here</div>
        
        
          .myborder {border:2px solid #f211ac;}
        
        Border color #f211ac