#f7143d color space conversions
Hex:
        #f7143d
        RGB:
        247, 20, 61
        CMY:
        3, 92, 76
        CMYK:
        0, 92, 75, 3
      HSL:
        349°, 93.4156%, 52.3529%
        HSV (HSB):
        349°, 91.9028%, 96.8627%
        XYZ:
        39.4502, 20.6114, 6.3140
        xyY:
        0.5943, 0.3105, 20.6114
      CIE-Lab:
        52.5215, 77.6184, 40.7279
        CIE-LCH:
        52.5215, 87.6549, 27.6869
        CIE-Luv:
        52.5215, 158.0477, 24.8161
        Hunter-Lab:
        45.3998, 75.6584, 23.5340
      #f7143d color charts
#f7143d RGB chart
      #f7143d CMYK chart
      #f7143d RGB pie chart
      #f7143d color shades, tints & tones
#f7143d color schemes
#f7143d color preview, HTML & CSS examples
           This text has a color of #f7143d        
        
          <p style="color:#f7143d;">Text here</p>
        
        
          .mytext {color:#f7143d;}
        
        Text color #f7143d
      
           This box has a color of #f7143d        
        
          <div style="background-color:#f7143d;">Content here</div>
        
        
          .mybackground {background-color:#f7143d;}
        
        Background color #f7143d
      
           Border around this has a color of #f7143d        
        
          <div style="border:2px solid #f7143d;">Content here</div>
        
        
          .myborder {border:2px solid #f7143d;}
        
        Border color #f7143d