#ff505f color space conversions
Hex:
        #ff505f
        RGB:
        255, 80, 95
        CMY:
        0, 69, 63
        CMYK:
        0, 69, 63, 0
      HSL:
        355°, 100.0000%, 65.6863%
        HSV (HSB):
        355°, 68.6275%, 100.0000%
        XYZ:
        46.1742, 27.8235, 13.7633
        xyY:
        0.5261, 0.3170, 27.8235
      CIE-Lab:
        59.7290, 66.6403, 30.1941
        CIE-LCH:
        59.7290, 73.1616, 24.3748
        CIE-Luv:
        59.7290, 130.4706, 21.5149
        Hunter-Lab:
        52.7480, 63.9451, 21.4534
      #ff505f color charts
#ff505f RGB chart
      #ff505f CMYK chart
      #ff505f RGB pie chart
      #ff505f color shades, tints & tones
#ff505f color schemes
#ff505f color preview, HTML & CSS examples
           This text has a color of #ff505f        
        
          <p style="color:#ff505f;">Text here</p>
        
        
          .mytext {color:#ff505f;}
        
        Text color #ff505f
      
           This box has a color of #ff505f        
        
          <div style="background-color:#ff505f;">Content here</div>
        
        
          .mybackground {background-color:#ff505f;}
        
        Background color #ff505f
      
           Border around this has a color of #ff505f        
        
          <div style="border:2px solid #ff505f;">Content here</div>
        
        
          .myborder {border:2px solid #ff505f;}
        
        Border color #ff505f