#f140ee color space conversions
Hex:
        #f140ee
        RGB:
        241, 64, 238
        CMY:
        5, 75, 7
        CMYK:
        0, 73, 1, 5
      HSL:
        301°, 86.3415%, 59.8039%
        HSV (HSB):
        301°, 73.4440%, 94.5098%
        XYZ:
        53.5416, 28.5406, 83.5759
        xyY:
        0.3232, 0.1723, 28.5406
      CIE-Lab:
        60.3740, 83.7423, -51.4411
        CIE-LCH:
        60.3740, 98.2800, 328.4385
        CIE-Luv:
        60.3740, 74.2373, -92.3064
        Hunter-Lab:
        53.4234, 85.4041, -55.3572
      #f140ee color charts
#f140ee RGB chart
      #f140ee CMYK chart
      #f140ee RGB pie chart
      #f140ee color shades, tints & tones
#f140ee color schemes
#f140ee color preview, HTML & CSS examples
           This text has a color of #f140ee        
        
          <p style="color:#f140ee;">Text here</p>
        
        
          .mytext {color:#f140ee;}
        
        Text color #f140ee
      
           This box has a color of #f140ee        
        
          <div style="background-color:#f140ee;">Content here</div>
        
        
          .mybackground {background-color:#f140ee;}
        
        Background color #f140ee
      
           Border around this has a color of #f140ee        
        
          <div style="border:2px solid #f140ee;">Content here</div>
        
        
          .myborder {border:2px solid #f140ee;}
        
        Border color #f140ee