#f2333b color space conversions
Hex:
        #f2333b
        RGB:
        242, 51, 59
        CMY:
        5, 80, 77
        CMYK:
        0, 79, 76, 5
      HSL:
        357°, 88.0184%, 57.4510%
        HSV (HSB):
        357°, 78.9256%, 94.9020%
        XYZ:
        38.5912, 21.5607, 6.2653
        xyY:
        0.5810, 0.3246, 21.5607
      CIE-Lab:
        53.5577, 70.4250, 42.7140
        CIE-LCH:
        53.5577, 82.3661, 31.2376
        CIE-Luv:
        53.5577, 144.4949, 28.7148
        Hunter-Lab:
        46.4335, 67.0941, 24.5034
      #f2333b color charts
#f2333b RGB chart
      #f2333b CMYK chart
      #f2333b RGB pie chart
      #f2333b color shades, tints & tones
#f2333b color schemes
#f2333b color preview, HTML & CSS examples
           This text has a color of #f2333b        
        
          <p style="color:#f2333b;">Text here</p>
        
        
          .mytext {color:#f2333b;}
        
        Text color #f2333b
      
           This box has a color of #f2333b        
        
          <div style="background-color:#f2333b;">Content here</div>
        
        
          .mybackground {background-color:#f2333b;}
        
        Background color #f2333b
      
           Border around this has a color of #f2333b        
        
          <div style="border:2px solid #f2333b;">Content here</div>
        
        
          .myborder {border:2px solid #f2333b;}
        
        Border color #f2333b