#f228be color space conversions
Hex:
        #f228be
        RGB:
        242, 40, 190
        CMY:
        5, 84, 25
        CMYK:
        0, 83, 21, 5
      HSL:
        315°, 88.5965%, 55.2941%
        HSV (HSB):
        315°, 83.4711%, 94.9020%
        XYZ:
        46.6710, 24.1125, 50.9095
        xyY:
        0.3835, 0.1981, 24.1125
      CIE-Lab:
        56.2003, 83.2548, -30.7470
        CIE-LCH:
        56.2003, 88.7510, 339.7302
        CIE-Luv:
        56.2003, 98.5426, -59.5914
        Hunter-Lab:
        49.1045, 83.7210, -27.0963
      #f228be color charts
#f228be RGB chart
      #f228be CMYK chart
      #f228be RGB pie chart
      #f228be color shades, tints & tones
#f228be color schemes
#f228be color preview, HTML & CSS examples
           This text has a color of #f228be        
        
          <p style="color:#f228be;">Text here</p>
        
        
          .mytext {color:#f228be;}
        
        Text color #f228be
      
           This box has a color of #f228be        
        
          <div style="background-color:#f228be;">Content here</div>
        
        
          .mybackground {background-color:#f228be;}
        
        Background color #f228be
      
           Border around this has a color of #f228be        
        
          <div style="border:2px solid #f228be;">Content here</div>
        
        
          .myborder {border:2px solid #f228be;}
        
        Border color #f228be