#ff7070 color space conversions
Hex:
        #ff7070
        RGB:
        255, 112, 112
        CMY:
        0, 56, 56
        CMYK:
        0, 56, 56, 0
      HSL:
        0°, 100.0000%, 71.9608%
        HSV (HSB):
        0°, 56.0784%, 100.0000%
        XYZ:
        49.9588, 34.0182, 19.2623
        xyY:
        0.4839, 0.3295, 34.0182
      CIE-Lab:
        64.9770, 54.4776, 27.3415
        CIE-LCH:
        64.9770, 60.9538, 26.6514
        CIE-Luv:
        64.9770, 106.0171, 22.8571
        Hunter-Lab:
        58.3251, 50.8265, 21.2466
      #ff7070 color charts
#ff7070 RGB chart
      #ff7070 CMYK chart
      #ff7070 RGB pie chart
      #ff7070 color shades, tints & tones
#ff7070 color schemes
#ff7070 color preview, HTML & CSS examples
           This text has a color of #ff7070        
        
          <p style="color:#ff7070;">Text here</p>
        
        
          .mytext {color:#ff7070;}
        
        Text color #ff7070
      
           This box has a color of #ff7070        
        
          <div style="background-color:#ff7070;">Content here</div>
        
        
          .mybackground {background-color:#ff7070;}
        
        Background color #ff7070
      
           Border around this has a color of #ff7070        
        
          <div style="border:2px solid #ff7070;">Content here</div>
        
        
          .myborder {border:2px solid #ff7070;}
        
        Border color #ff7070