#ff3248 color space conversions
Hex:
        #ff3248
        RGB:
        255, 50, 72
        CMY:
        0, 80, 72
        CMYK:
        0, 80, 72, 0
      HSL:
        354°, 100.0000%, 59.8039%
        HSV (HSB):
        354°, 80.3922%, 100.0000%
        XYZ:
        43.5503, 24.0091, 8.4698
        xyY:
        0.5728, 0.3158, 24.0091
      CIE-Lab:
        56.0969, 74.7049, 38.9294
        CIE-LCH:
        56.0969, 84.2397, 27.5244
        CIE-Luv:
        56.0969, 151.7829, 25.6979
        Hunter-Lab:
        48.9991, 72.9022, 24.0508
      #ff3248 color charts
#ff3248 RGB chart
      #ff3248 CMYK chart
      #ff3248 RGB pie chart
      #ff3248 color shades, tints & tones
#ff3248 color schemes
#ff3248 color preview, HTML & CSS examples
           This text has a color of #ff3248        
        
          <p style="color:#ff3248;">Text here</p>
        
        
          .mytext {color:#ff3248;}
        
        Text color #ff3248
      
           This box has a color of #ff3248        
        
          <div style="background-color:#ff3248;">Content here</div>
        
        
          .mybackground {background-color:#ff3248;}
        
        Background color #ff3248
      
           Border around this has a color of #ff3248        
        
          <div style="border:2px solid #ff3248;">Content here</div>
        
        
          .myborder {border:2px solid #ff3248;}
        
        Border color #ff3248