#f0077f color space conversions
Hex:
        #f0077f
        RGB:
        240, 7, 127
        CMY:
        6, 97, 50
        CMYK:
        0, 97, 47, 6
      HSL:
        329°, 94.3320%, 48.4314%
        HSV (HSB):
        329°, 97.0833%, 94.1176%
        XYZ:
        39.8419, 20.2095, 21.8796
        xyY:
        0.4863, 0.2467, 20.2095
      CIE-Lab:
        52.0733, 80.7808, 0.2229
        CIE-LCH:
        52.0733, 80.7811, 0.1581
        CIE-Luv:
        52.0733, 130.0908, -15.7177
        Hunter-Lab:
        44.9550, 79.5265, 2.6121
      #f0077f color charts
#f0077f RGB chart
      #f0077f CMYK chart
      #f0077f RGB pie chart
      #f0077f color shades, tints & tones
#f0077f color schemes
#f0077f color preview, HTML & CSS examples
           This text has a color of #f0077f        
        
          <p style="color:#f0077f;">Text here</p>
        
        
          .mytext {color:#f0077f;}
        
        Text color #f0077f
      
           This box has a color of #f0077f        
        
          <div style="background-color:#f0077f;">Content here</div>
        
        
          .mybackground {background-color:#f0077f;}
        
        Background color #f0077f
      
           Border around this has a color of #f0077f        
        
          <div style="border:2px solid #f0077f;">Content here</div>
        
        
          .myborder {border:2px solid #f0077f;}
        
        Border color #f0077f