#f253ed color space conversions
Hex:
        #f253ed
        RGB:
        242, 83, 237
        CMY:
        5, 67, 7
        CMYK:
        0, 66, 2, 5
      HSL:
        302°, 85.9459%, 63.7255%
        HSV (HSB):
        302°, 65.7025%, 94.9020%
        XYZ:
        54.9973, 31.1782, 83.2401
        xyY:
        0.3246, 0.1840, 31.1782
      CIE-Lab:
        62.6578, 77.6075, -47.2581
        CIE-LCH:
        62.6578, 90.8639, 328.6612
        CIE-Luv:
        62.6578, 70.8465, -85.5635
        Hunter-Lab:
        55.8374, 78.0987, -49.3008
      #f253ed color charts
#f253ed RGB chart
      #f253ed CMYK chart
      #f253ed RGB pie chart
      #f253ed color shades, tints & tones
#f253ed color schemes
#f253ed color preview, HTML & CSS examples
           This text has a color of #f253ed        
        
          <p style="color:#f253ed;">Text here</p>
        
        
          .mytext {color:#f253ed;}
        
        Text color #f253ed
      
           This box has a color of #f253ed        
        
          <div style="background-color:#f253ed;">Content here</div>
        
        
          .mybackground {background-color:#f253ed;}
        
        Background color #f253ed
      
           Border around this has a color of #f253ed        
        
          <div style="border:2px solid #f253ed;">Content here</div>
        
        
          .myborder {border:2px solid #f253ed;}
        
        Border color #f253ed