#f125ed color space conversions
Hex:
        #f125ed
        RGB:
        241, 37, 237
        CMY:
        5, 85, 7
        CMYK:
        0, 85, 2, 5
      HSL:
        301°, 87.9310%, 54.5098%
        HSV (HSB):
        301°, 84.6473%, 94.5098%
        XYZ:
        52.2233, 26.1383, 82.4135
        xyY:
        0.3248, 0.1626, 26.1383
      CIE-Lab:
        58.1681, 89.8330, -54.3915
        CIE-LCH:
        58.1681, 105.0162, 328.8062
        CIE-Luv:
        58.1681, 78.8173, -96.9128
        Hunter-Lab:
        51.1257, 92.8622, -59.7863
      #f125ed color charts
#f125ed RGB chart
      #f125ed CMYK chart
      #f125ed RGB pie chart
      #f125ed color shades, tints & tones
#f125ed color schemes
#f125ed color preview, HTML & CSS examples
           This text has a color of #f125ed        
        
          <p style="color:#f125ed;">Text here</p>
        
        
          .mytext {color:#f125ed;}
        
        Text color #f125ed
      
           This box has a color of #f125ed        
        
          <div style="background-color:#f125ed;">Content here</div>
        
        
          .mybackground {background-color:#f125ed;}
        
        Background color #f125ed
      
           Border around this has a color of #f125ed        
        
          <div style="border:2px solid #f125ed;">Content here</div>
        
        
          .myborder {border:2px solid #f125ed;}
        
        Border color #f125ed