#f501ed color space conversions
Hex:
        #f501ed
        RGB:
        245, 1, 237
        CMY:
        4, 100, 7
        CMYK:
        0, 100, 3, 4
      HSL:
        302°, 99.1870%, 48.2353%
        HSV (HSB):
        302°, 99.5918%, 96.0784%
        XYZ:
        52.9531, 25.5486, 82.2612
        xyY:
        0.3294, 0.1589, 25.5486
      CIE-Lab:
        57.6061, 94.1545, -55.2482
        CIE-LCH:
        57.6061, 109.1670, 329.5964
        CIE-Luv:
        57.6061, 84.0964, -98.5984
        Hunter-Lab:
        50.5456, 98.5470, -61.1104
      #f501ed color charts
#f501ed RGB chart
      #f501ed CMYK chart
      #f501ed RGB pie chart
      #f501ed color shades, tints & tones
#f501ed color schemes
#f501ed color preview, HTML & CSS examples
           This text has a color of #f501ed        
        
          <p style="color:#f501ed;">Text here</p>
        
        
          .mytext {color:#f501ed;}
        
        Text color #f501ed
      
           This box has a color of #f501ed        
        
          <div style="background-color:#f501ed;">Content here</div>
        
        
          .mybackground {background-color:#f501ed;}
        
        Background color #f501ed
      
           Border around this has a color of #f501ed        
        
          <div style="border:2px solid #f501ed;">Content here</div>
        
        
          .myborder {border:2px solid #f501ed;}
        
        Border color #f501ed