#f21ace color space conversions
Hex:
        #f21ace
        RGB:
        242, 26, 206
        CMY:
        5, 90, 19
        CMYK:
        0, 89, 15, 5
      HSL:
        310°, 89.2562%, 52.5490%
        HSV (HSB):
        310°, 89.2562%, 94.9020%
        XYZ:
        48.1279, 24.0723, 60.5023
        xyY:
        0.3627, 0.1814, 24.0723
      CIE-Lab:
        56.1601, 87.4908, -40.0109
        CIE-LCH:
        56.1601, 96.2056, 335.4247
        CIE-Luv:
        56.1601, 93.4899, -74.1610
        Hunter-Lab:
        49.0635, 89.2351, -38.7686
      #f21ace color charts
#f21ace RGB chart
      #f21ace CMYK chart
      #f21ace RGB pie chart
      #f21ace color shades, tints & tones
#f21ace color schemes
#f21ace color preview, HTML & CSS examples
           This text has a color of #f21ace        
        
          <p style="color:#f21ace;">Text here</p>
        
        
          .mytext {color:#f21ace;}
        
        Text color #f21ace
      
           This box has a color of #f21ace        
        
          <div style="background-color:#f21ace;">Content here</div>
        
        
          .mybackground {background-color:#f21ace;}
        
        Background color #f21ace
      
           Border around this has a color of #f21ace        
        
          <div style="border:2px solid #f21ace;">Content here</div>
        
        
          .myborder {border:2px solid #f21ace;}
        
        Border color #f21ace