#f016ec color space conversions
Hex:
        #f016ec
        RGB:
        240, 22, 236
        CMY:
        6, 91, 7
        CMYK:
        0, 91, 2, 6
      HSL:
        301°, 87.9032%, 51.3725%
        HSV (HSB):
        301°, 90.8333%, 94.1176%
        XYZ:
        51.3624, 25.1552, 81.5052
        xyY:
        0.3250, 0.1592, 25.1552
      CIE-Lab:
        57.2263, 91.6298, -55.3432
        CIE-LCH:
        57.2263, 107.0462, 328.8686
        CIE-Luv:
        57.2263, 79.8555, -98.2300
        Hunter-Lab:
        50.1550, 95.0260, -61.2418
      #f016ec color charts
#f016ec RGB chart
      #f016ec CMYK chart
      #f016ec RGB pie chart
      #f016ec color shades, tints & tones
#f016ec color schemes
#f016ec color preview, HTML & CSS examples
           This text has a color of #f016ec        
        
          <p style="color:#f016ec;">Text here</p>
        
        
          .mytext {color:#f016ec;}
        
        Text color #f016ec
      
           This box has a color of #f016ec        
        
          <div style="background-color:#f016ec;">Content here</div>
        
        
          .mybackground {background-color:#f016ec;}
        
        Background color #f016ec
      
           Border around this has a color of #f016ec        
        
          <div style="border:2px solid #f016ec;">Content here</div>
        
        
          .myborder {border:2px solid #f016ec;}
        
        Border color #f016ec