#f070ed color space conversions
Hex:
        #f070ed
        RGB:
        240, 112, 237
        CMY:
        6, 56, 7
        CMYK:
        0, 53, 1, 6
      HSL:
        301°, 81.0127%, 69.0196%
        HSV (HSB):
        301°, 53.3333%, 94.1176%
        XYZ:
        57.0154, 36.2280, 84.1084
        xyY:
        0.3215, 0.2043, 36.2280
      CIE-Lab:
        66.6938, 65.2461, -40.9331
        CIE-LCH:
        66.6938, 77.0232, 327.8973
        CIE-Luv:
        66.6938, 60.3439, -74.5527
        Hunter-Lab:
        60.1897, 63.7542, -40.7184
      #f070ed color charts
#f070ed RGB chart
      #f070ed CMYK chart
      #f070ed RGB pie chart
      #f070ed color shades, tints & tones
#f070ed color schemes
#f070ed color preview, HTML & CSS examples
           This text has a color of #f070ed        
        
          <p style="color:#f070ed;">Text here</p>
        
        
          .mytext {color:#f070ed;}
        
        Text color #f070ed
      
           This box has a color of #f070ed        
        
          <div style="background-color:#f070ed;">Content here</div>
        
        
          .mybackground {background-color:#f070ed;}
        
        Background color #f070ed
      
           Border around this has a color of #f070ed        
        
          <div style="border:2px solid #f070ed;">Content here</div>
        
        
          .myborder {border:2px solid #f070ed;}
        
        Border color #f070ed