#f2143d color space conversions
Hex:
        #f2143d
        RGB:
        242, 20, 61
        CMY:
        5, 92, 76
        CMYK:
        0, 92, 75, 5
      HSL:
        349°, 89.5161%, 51.3725%
        HSV (HSB):
        349°, 91.7355%, 94.9020%
        XYZ:
        37.7104, 19.7145, 6.2326
        xyY:
        0.5924, 0.3097, 19.7145
      CIE-Lab:
        51.5128, 76.4007, 39.3230
        CIE-LCH:
        51.5128, 85.9265, 27.2346
        CIE-Luv:
        51.5128, 154.3817, 23.8051
        Hunter-Lab:
        44.4010, 73.9009, 22.7581
      #f2143d color charts
#f2143d RGB chart
      #f2143d CMYK chart
      #f2143d RGB pie chart
      #f2143d color shades, tints & tones
#f2143d color schemes
#f2143d color preview, HTML & CSS examples
           This text has a color of #f2143d        
        
          <p style="color:#f2143d;">Text here</p>
        
        
          .mytext {color:#f2143d;}
        
        Text color #f2143d
      
           This box has a color of #f2143d        
        
          <div style="background-color:#f2143d;">Content here</div>
        
        
          .mybackground {background-color:#f2143d;}
        
        Background color #f2143d
      
           Border around this has a color of #f2143d        
        
          <div style="border:2px solid #f2143d;">Content here</div>
        
        
          .myborder {border:2px solid #f2143d;}
        
        Border color #f2143d