#ff9472 color space conversions
Hex:
        #ff9472
        RGB:
        255, 148, 114
        CMY:
        0, 42, 55
        CMYK:
        0, 42, 55, 0
      HSL:
        14°, 100.0000%, 72.3529%
        HSV (HSB):
        14°, 55.2941%, 100.0000%
        XYZ:
        54.8672, 43.6547, 21.4540
        xyY:
        0.4573, 0.3639, 43.6547
      CIE-Lab:
        71.9971, 37.0229, 35.3389
        CIE-LCH:
        71.9971, 51.1814, 43.6669
        CIE-Luv:
        71.9971, 80.2056, 36.7309
        Hunter-Lab:
        66.0717, 32.6042, 26.9983
      #ff9472 color charts
#ff9472 RGB chart
      #ff9472 CMYK chart
      #ff9472 RGB pie chart
      #ff9472 color shades, tints & tones
#ff9472 color schemes
#ff9472 color preview, HTML & CSS examples
           This text has a color of #ff9472        
        
          <p style="color:#ff9472;">Text here</p>
        
        
          .mytext {color:#ff9472;}
        
        Text color #ff9472
      
           This box has a color of #ff9472        
        
          <div style="background-color:#ff9472;">Content here</div>
        
        
          .mybackground {background-color:#ff9472;}
        
        Background color #ff9472
      
           Border around this has a color of #ff9472        
        
          <div style="border:2px solid #ff9472;">Content here</div>
        
        
          .myborder {border:2px solid #ff9472;}
        
        Border color #ff9472