#f000ac color space conversions
Hex:
        #f000ac
        RGB:
        240, 0, 172
        CMY:
        6, 100, 33
        CMYK:
        0, 100, 28, 6
      HSL:
        317°, 100.0000%, 47.0588%
        HSV (HSB):
        317°, 100.0000%, 94.1176%
        XYZ:
        43.3816, 21.5038, 40.8939
        xyY:
        0.4101, 0.2033, 21.5038
      CIE-Lab:
        53.4965, 85.4148, -24.4772
        CIE-LCH:
        53.4965, 88.8528, 344.0094
        CIE-Luv:
        53.4965, 109.3917, -50.2488
        Hunter-Lab:
        46.3722, 85.8368, -19.8251
      #f000ac color charts
#f000ac RGB chart
      #f000ac CMYK chart
      #f000ac RGB pie chart
      #f000ac color shades, tints & tones
#f000ac color schemes
#f000ac color preview, HTML & CSS examples
           This text has a color of #f000ac        
        
          <p style="color:#f000ac;">Text here</p>
        
        
          .mytext {color:#f000ac;}
        
        Text color #f000ac
      
           This box has a color of #f000ac        
        
          <div style="background-color:#f000ac;">Content here</div>
        
        
          .mybackground {background-color:#f000ac;}
        
        Background color #f000ac
      
           Border around this has a color of #f000ac        
        
          <div style="border:2px solid #f000ac;">Content here</div>
        
        
          .myborder {border:2px solid #f000ac;}
        
        Border color #f000ac