#f210ed color space conversions
Hex:
        #f210ed
        RGB:
        242, 16, 237
        CMY:
        5, 94, 7
        CMYK:
        0, 93, 2, 5
      HSL:
        301°, 89.6825%, 50.5882%
        HSV (HSB):
        301°, 93.3884%, 94.9020%
        XYZ:
        52.0893, 25.3623, 82.2708
        xyY:
        0.3261, 0.1588, 25.3623
      CIE-Lab:
        57.4267, 92.6784, -55.5646
        CIE-LCH:
        57.4267, 108.0588, 329.0556
        CIE-Luv:
        57.4267, 81.2748, -98.7913
        Hunter-Lab:
        50.3609, 96.4943, -61.6048
      #f210ed color charts
#f210ed RGB chart
      #f210ed CMYK chart
      #f210ed RGB pie chart
      #f210ed color shades, tints & tones
#f210ed color schemes
#f210ed color preview, HTML & CSS examples
           This text has a color of #f210ed        
        
          <p style="color:#f210ed;">Text here</p>
        
        
          .mytext {color:#f210ed;}
        
        Text color #f210ed
      
           This box has a color of #f210ed        
        
          <div style="background-color:#f210ed;">Content here</div>
        
        
          .mybackground {background-color:#f210ed;}
        
        Background color #f210ed
      
           Border around this has a color of #f210ed        
        
          <div style="border:2px solid #f210ed;">Content here</div>
        
        
          .myborder {border:2px solid #f210ed;}
        
        Border color #f210ed