#f211be color space conversions
Hex:
        #f211be
        RGB:
        242, 17, 190
        CMY:
        5, 93, 25
        CMYK:
        0, 93, 21, 5
      HSL:
        314°, 89.6414%, 50.7843%
        HSV (HSB):
        314°, 92.9752%, 94.9020%
        XYZ:
        46.1127, 22.9958, 50.7234
        xyY:
        0.3848, 0.1919, 22.9958
      CIE-Lab:
        55.0681, 86.5558, -32.5097
        CIE-LCH:
        55.0681, 92.4596, 339.4142
        CIE-Luv:
        55.0681, 101.4483, -62.5286
        Hunter-Lab:
        47.9540, 87.7265, -29.1463
      #f211be color charts
#f211be RGB chart
      #f211be CMYK chart
      #f211be RGB pie chart
      #f211be color shades, tints & tones
#f211be color schemes
#f211be color preview, HTML & CSS examples
           This text has a color of #f211be        
        
          <p style="color:#f211be;">Text here</p>
        
        
          .mytext {color:#f211be;}
        
        Text color #f211be
      
           This box has a color of #f211be        
        
          <div style="background-color:#f211be;">Content here</div>
        
        
          .mybackground {background-color:#f211be;}
        
        Background color #f211be
      
           Border around this has a color of #f211be        
        
          <div style="border:2px solid #f211be;">Content here</div>
        
        
          .myborder {border:2px solid #f211be;}
        
        Border color #f211be