#f212be color space conversions
Hex:
        #f212be
        RGB:
        242, 18, 190
        CMY:
        5, 93, 25
        CMYK:
        0, 93, 21, 5
      HSL:
        314°, 89.6000%, 50.9804%
        HSV (HSB):
        314°, 92.5620%, 94.9020%
        XYZ:
        46.1285, 23.0276, 50.7287
        xyY:
        0.3848, 0.1921, 23.0276
      CIE-Lab:
        55.1007, 86.4600, -32.4588
        CIE-LCH:
        55.1007, 92.3521, 339.4229
        CIE-Luv:
        55.1007, 101.3650, -62.4443
        Hunter-Lab:
        47.9870, 87.6094, -29.0865
      #f212be color charts
#f212be RGB chart
      #f212be CMYK chart
      #f212be RGB pie chart
      #f212be color shades, tints & tones
#f212be color schemes
#f212be color preview, HTML & CSS examples
           This text has a color of #f212be        
        
          <p style="color:#f212be;">Text here</p>
        
        
          .mytext {color:#f212be;}
        
        Text color #f212be
      
           This box has a color of #f212be        
        
          <div style="background-color:#f212be;">Content here</div>
        
        
          .mybackground {background-color:#f212be;}
        
        Background color #f212be
      
           Border around this has a color of #f212be        
        
          <div style="border:2px solid #f212be;">Content here</div>
        
        
          .myborder {border:2px solid #f212be;}
        
        Border color #f212be