#f180bc color space conversions
Hex:
        #f180bc
        RGB:
        241, 128, 188
        CMY:
        5, 50, 26
        CMYK:
        0, 47, 22, 5
      HSL:
        328°, 80.1418%, 72.3529%
        HSV (HSB):
        328°, 46.8880%, 94.5098%
        XYZ:
        53.0719, 37.7700, 52.0701
        xyY:
        0.3714, 0.2643, 37.7700
      CIE-Lab:
        67.8507, 50.3041, -11.8307
        CIE-LCH:
        67.8507, 51.6765, 346.7654
        CIE-Luv:
        67.8507, 66.8479, -26.6272
        Hunter-Lab:
        61.4573, 46.5948, -7.2138
      #f180bc color charts
#f180bc RGB chart
      #f180bc CMYK chart
      #f180bc RGB pie chart
      #f180bc color shades, tints & tones
#f180bc color schemes
#f180bc color preview, HTML & CSS examples
           This text has a color of #f180bc        
        
          <p style="color:#f180bc;">Text here</p>
        
        
          .mytext {color:#f180bc;}
        
        Text color #f180bc
      
           This box has a color of #f180bc        
        
          <div style="background-color:#f180bc;">Content here</div>
        
        
          .mybackground {background-color:#f180bc;}
        
        Background color #f180bc
      
           Border around this has a color of #f180bc        
        
          <div style="border:2px solid #f180bc;">Content here</div>
        
        
          .myborder {border:2px solid #f180bc;}
        
        Border color #f180bc