#f128ee color space conversions
Hex:
        #f128ee
        RGB:
        241, 40, 238
        CMY:
        5, 84, 7
        CMYK:
        0, 83, 1, 5
      HSL:
        301°, 87.7729%, 55.0980%
        HSV (HSB):
        301°, 83.4025%, 94.5098%
        XYZ:
        52.4670, 26.3914, 83.2176
        xyY:
        0.3237, 0.1628, 26.3914
      CIE-Lab:
        58.4067, 89.4408, -54.5710
        CIE-LCH:
        58.4067, 104.7743, 328.6111
        CIE-Luv:
        58.4067, 78.0811, -97.2204
        Hunter-Lab:
        51.3726, 92.4009, -60.0822
      #f128ee color charts
#f128ee RGB chart
      #f128ee CMYK chart
      #f128ee RGB pie chart
      #f128ee color shades, tints & tones
#f128ee color schemes
#f128ee color preview, HTML & CSS examples
           This text has a color of #f128ee        
        
          <p style="color:#f128ee;">Text here</p>
        
        
          .mytext {color:#f128ee;}
        
        Text color #f128ee
      
           This box has a color of #f128ee        
        
          <div style="background-color:#f128ee;">Content here</div>
        
        
          .mybackground {background-color:#f128ee;}
        
        Background color #f128ee
      
           Border around this has a color of #f128ee        
        
          <div style="border:2px solid #f128ee;">Content here</div>
        
        
          .myborder {border:2px solid #f128ee;}
        
        Border color #f128ee