#f060ed color space conversions
Hex:
        #f060ed
        RGB:
        240, 96, 237
        CMY:
        6, 62, 7
        CMYK:
        0, 60, 1, 6
      HSL:
        301°, 82.7586%, 65.8824%
        HSV (HSB):
        301°, 60.0000%, 94.1176%
        XYZ:
        55.4041, 33.0054, 83.5713
        xyY:
        0.3222, 0.1919, 33.0054
      CIE-Lab:
        64.1653, 72.1343, -44.9011
        CIE-LCH:
        64.1653, 84.9674, 328.0992
        CIE-Luv:
        64.1653, 65.7026, -81.3972
        Hunter-Lab:
        57.4504, 71.6041, -46.0322
      #f060ed color charts
#f060ed RGB chart
      #f060ed CMYK chart
      #f060ed RGB pie chart
      #f060ed color shades, tints & tones
#f060ed color schemes
#f060ed color preview, HTML & CSS examples
           This text has a color of #f060ed        
        
          <p style="color:#f060ed;">Text here</p>
        
        
          .mytext {color:#f060ed;}
        
        Text color #f060ed
      
           This box has a color of #f060ed        
        
          <div style="background-color:#f060ed;">Content here</div>
        
        
          .mybackground {background-color:#f060ed;}
        
        Background color #f060ed
      
           Border around this has a color of #f060ed        
        
          <div style="border:2px solid #f060ed;">Content here</div>
        
        
          .myborder {border:2px solid #f060ed;}
        
        Border color #f060ed