#f2112d color space conversions
Hex:
        #f2112d
        RGB:
        242, 17, 45
        CMY:
        5, 93, 82
        CMYK:
        0, 93, 81, 5
      HSL:
        353°, 89.6414%, 50.7843%
        HSV (HSB):
        353°, 92.9752%, 94.9020%
        XYZ:
        37.2921, 19.4676, 4.2747
        xyY:
        0.6110, 0.3190, 19.4676
      CIE-Lab:
        51.2299, 76.2568, 47.9390
        CIE-LCH:
        51.2299, 90.0735, 32.1556
        CIE-Luv:
        51.2299, 158.6107, 29.1529
        Hunter-Lab:
        44.1221, 73.6547, 25.1412
      #f2112d color charts
#f2112d RGB chart
      #f2112d CMYK chart
      #f2112d RGB pie chart
      #f2112d color shades, tints & tones
#f2112d color schemes
#f2112d color preview, HTML & CSS examples
           This text has a color of #f2112d        
        
          <p style="color:#f2112d;">Text here</p>
        
        
          .mytext {color:#f2112d;}
        
        Text color #f2112d
      
           This box has a color of #f2112d        
        
          <div style="background-color:#f2112d;">Content here</div>
        
        
          .mybackground {background-color:#f2112d;}
        
        Background color #f2112d
      
           Border around this has a color of #f2112d        
        
          <div style="border:2px solid #f2112d;">Content here</div>
        
        
          .myborder {border:2px solid #f2112d;}
        
        Border color #f2112d