#f275ed color space conversions
Hex:
        #f275ed
        RGB:
        242, 117, 237
        CMY:
        5, 54, 7
        CMYK:
        0, 52, 2, 5
      HSL:
        302°, 82.7815%, 70.3922%
        HSV (HSB):
        302°, 51.6529%, 94.9020%
        XYZ:
        58.2653, 37.7142, 84.3294
        xyY:
        0.3231, 0.2092, 37.7142
      CIE-Lab:
        67.8095, 63.4962, -39.1701
        CIE-LCH:
        67.8095, 74.6060, 328.3300
        CIE-Luv:
        67.8095, 59.8716, -71.6577
        Hunter-Lab:
        61.4119, 61.8831, -38.4273
      #f275ed color charts
#f275ed RGB chart
      #f275ed CMYK chart
      #f275ed RGB pie chart
      #f275ed color shades, tints & tones
#f275ed color schemes
#f275ed color preview, HTML & CSS examples
           This text has a color of #f275ed        
        
          <p style="color:#f275ed;">Text here</p>
        
        
          .mytext {color:#f275ed;}
        
        Text color #f275ed
      
           This box has a color of #f275ed        
        
          <div style="background-color:#f275ed;">Content here</div>
        
        
          .mybackground {background-color:#f275ed;}
        
        Background color #f275ed
      
           Border around this has a color of #f275ed        
        
          <div style="border:2px solid #f275ed;">Content here</div>
        
        
          .myborder {border:2px solid #f275ed;}
        
        Border color #f275ed