#f8193d color space conversions
Hex:
        #f8193d
        RGB:
        248, 25, 61
        CMY:
        3, 90, 76
        CMYK:
        0, 90, 75, 3
      HSL:
        350°, 94.0928%, 53.5294%
        HSV (HSB):
        350°, 89.9194%, 97.2549%
        XYZ:
        39.9013, 20.9886, 6.3631
        xyY:
        0.5933, 0.3121, 20.9886
      CIE-Lab:
        52.9371, 77.2436, 41.2445
        CIE-LCH:
        52.9371, 87.5652, 28.1001
        CIE-Luv:
        52.9371, 157.6747, 25.4496
        Hunter-Lab:
        45.8134, 75.2919, 23.8345
      #f8193d color charts
#f8193d RGB chart
      #f8193d CMYK chart
      #f8193d RGB pie chart
      #f8193d color shades, tints & tones
#f8193d color schemes
#f8193d color preview, HTML & CSS examples
           This text has a color of #f8193d        
        
          <p style="color:#f8193d;">Text here</p>
        
        
          .mytext {color:#f8193d;}
        
        Text color #f8193d
      
           This box has a color of #f8193d        
        
          <div style="background-color:#f8193d;">Content here</div>
        
        
          .mybackground {background-color:#f8193d;}
        
        Background color #f8193d
      
           Border around this has a color of #f8193d        
        
          <div style="border:2px solid #f8193d;">Content here</div>
        
        
          .myborder {border:2px solid #f8193d;}
        
        Border color #f8193d