#fe60ed color space conversions
Hex:
        #fe60ed
        RGB:
        254, 96, 237
        CMY:
        0, 62, 7
        CMYK:
        0, 62, 7, 0
      HSL:
        306°, 98.7500%, 68.6275%
        HSV (HSB):
        306°, 62.2047%, 99.6078%
        XYZ:
        60.3420, 35.5510, 83.8024
        xyY:
        0.3358, 0.1978, 35.5510
      CIE-Lab:
        66.1754, 75.5270, -41.6040
        CIE-LCH:
        66.1754, 86.2277, 331.1518
        CIE-Luv:
        66.1754, 75.5308, -77.1611
        Hunter-Lab:
        59.6247, 76.3043, -41.5948
      #fe60ed color charts
#fe60ed RGB chart
      #fe60ed CMYK chart
      #fe60ed RGB pie chart
      #fe60ed color shades, tints & tones
#fe60ed color schemes
#fe60ed color preview, HTML & CSS examples
           This text has a color of #fe60ed        
        
          <p style="color:#fe60ed;">Text here</p>
        
        
          .mytext {color:#fe60ed;}
        
        Text color #fe60ed
      
           This box has a color of #fe60ed        
        
          <div style="background-color:#fe60ed;">Content here</div>
        
        
          .mybackground {background-color:#fe60ed;}
        
        Background color #fe60ed
      
           Border around this has a color of #fe60ed        
        
          <div style="border:2px solid #fe60ed;">Content here</div>
        
        
          .myborder {border:2px solid #fe60ed;}
        
        Border color #fe60ed