#fa303f color space conversions
Hex:
        #fa303f
        RGB:
        250, 48, 63
        CMY:
        2, 81, 75
        CMYK:
        0, 81, 75, 2
      HSL:
        356°, 95.2830%, 58.4314%
        HSV (HSB):
        356°, 80.8000%, 98.0392%
        XYZ:
        41.3785, 22.7968, 6.9220
        xyY:
        0.5820, 0.3206, 22.7968
      CIE-Lab:
        54.8624, 73.5088, 42.3551
        CIE-LCH:
        54.8624, 84.8381, 29.9502
        CIE-Luv:
        54.8624, 151.0231, 28.0948
        Hunter-Lab:
        47.7460, 71.1395, 24.8266
      #fa303f color charts
#fa303f RGB chart
      #fa303f CMYK chart
      #fa303f RGB pie chart
      #fa303f color shades, tints & tones
#fa303f color schemes
#fa303f color preview, HTML & CSS examples
           This text has a color of #fa303f        
        
          <p style="color:#fa303f;">Text here</p>
        
        
          .mytext {color:#fa303f;}
        
        Text color #fa303f
      
           This box has a color of #fa303f        
        
          <div style="background-color:#fa303f;">Content here</div>
        
        
          .mybackground {background-color:#fa303f;}
        
        Background color #fa303f
      
           Border around this has a color of #fa303f        
        
          <div style="border:2px solid #fa303f;">Content here</div>
        
        
          .myborder {border:2px solid #fa303f;}
        
        Border color #fa303f