#f180be color space conversions
Hex:
        #f180be
        RGB:
        241, 128, 190
        CMY:
        5, 50, 25
        CMYK:
        0, 47, 21, 5
      HSL:
        327°, 80.1418%, 72.3529%
        HSV (HSB):
        327°, 46.8880%, 94.5098%
        XYZ:
        53.2891, 37.8568, 53.2137
        xyY:
        0.3691, 0.2622, 37.8568
      CIE-Lab:
        67.9150, 50.5880, -12.8567
        CIE-LCH:
        67.9150, 52.1962, 345.7405
        CIE-Luv:
        67.9150, 66.3615, -28.2213
        Hunter-Lab:
        61.5279, 46.9243, -8.2086
      #f180be color charts
#f180be RGB chart
      #f180be CMYK chart
      #f180be RGB pie chart
      #f180be color shades, tints & tones
#f180be color schemes
#f180be color preview, HTML & CSS examples
           This text has a color of #f180be        
        
          <p style="color:#f180be;">Text here</p>
        
        
          .mytext {color:#f180be;}
        
        Text color #f180be
      
           This box has a color of #f180be        
        
          <div style="background-color:#f180be;">Content here</div>
        
        
          .mybackground {background-color:#f180be;}
        
        Background color #f180be
      
           Border around this has a color of #f180be        
        
          <div style="border:2px solid #f180be;">Content here</div>
        
        
          .myborder {border:2px solid #f180be;}
        
        Border color #f180be