#f706ed color space conversions
Hex:
        #f706ed
        RGB:
        247, 6, 237
        CMY:
        3, 98, 7
        CMYK:
        0, 98, 4, 3
      HSL:
        302°, 95.2569%, 49.6078%
        HSV (HSB):
        302°, 97.5709%, 96.8627%
        XYZ:
        53.7090, 26.0188, 82.3121
        xyY:
        0.3315, 0.1606, 26.0188
      CIE-Lab:
        58.0549, 94.1682, -54.5119
        CIE-LCH:
        58.0549, 108.8081, 329.9344
        CIE-Luv:
        58.0549, 85.3569, -97.6720
        Hunter-Lab:
        51.0087, 98.6843, -59.9696
      #f706ed color charts
#f706ed RGB chart
      #f706ed CMYK chart
      #f706ed RGB pie chart
      #f706ed color shades, tints & tones
#f706ed color schemes
#f706ed color preview, HTML & CSS examples
           This text has a color of #f706ed        
        
          <p style="color:#f706ed;">Text here</p>
        
        
          .mytext {color:#f706ed;}
        
        Text color #f706ed
      
           This box has a color of #f706ed        
        
          <div style="background-color:#f706ed;">Content here</div>
        
        
          .mybackground {background-color:#f706ed;}
        
        Background color #f706ed
      
           Border around this has a color of #f706ed        
        
          <div style="border:2px solid #f706ed;">Content here</div>
        
        
          .myborder {border:2px solid #f706ed;}
        
        Border color #f706ed