#f221ee color space conversions
Hex:
        #f221ee
        RGB:
        242, 33, 238
        CMY:
        5, 87, 7
        CMYK:
        0, 86, 2, 5
      HSL:
        301°, 88.9362%, 53.9216%
        HSV (HSB):
        301°, 86.3636%, 94.9020%
        XYZ:
        52.5944, 26.1380, 83.1620
        xyY:
        0.3249, 0.1615, 26.1380
      CIE-Lab:
        58.1678, 90.8023, -54.9422
        CIE-LCH:
        58.1678, 106.1306, 328.8229
        CIE-Luv:
        58.1678, 79.5747, -97.8834
        Hunter-Lab:
        51.1253, 94.1598, -60.6552
      #f221ee color charts
#f221ee RGB chart
      #f221ee CMYK chart
      #f221ee RGB pie chart
      #f221ee color shades, tints & tones
#f221ee color schemes
#f221ee color preview, HTML & CSS examples
           This text has a color of #f221ee        
        
          <p style="color:#f221ee;">Text here</p>
        
        
          .mytext {color:#f221ee;}
        
        Text color #f221ee
      
           This box has a color of #f221ee        
        
          <div style="background-color:#f221ee;">Content here</div>
        
        
          .mybackground {background-color:#f221ee;}
        
        Background color #f221ee
      
           Border around this has a color of #f221ee        
        
          <div style="border:2px solid #f221ee;">Content here</div>
        
        
          .myborder {border:2px solid #f221ee;}
        
        Border color #f221ee