#f00805 color space conversions
Hex:
        #f00805
        RGB:
        240, 8, 5
        CMY:
        6, 97, 98
        CMYK:
        0, 97, 98, 6
      HSL:
        1°, 95.9184%, 48.0392%
        HSV (HSB):
        1°, 97.9167%, 94.1176%
        XYZ:
        36.0494, 18.7099, 1.8549
        xyY:
        0.6368, 0.3305, 18.7099
      CIE-Lab:
        50.3460, 75.9545, 62.9278
        CIE-LCH:
        50.3460, 98.6357, 39.6415
        CIE-Luv:
        50.3460, 163.3721, 35.4639
        Hunter-Lab:
        43.2549, 73.0689, 27.7359
      #f00805 color charts
#f00805 RGB chart
      #f00805 CMYK chart
      #f00805 RGB pie chart
      #f00805 color shades, tints & tones
#f00805 color schemes
#f00805 color preview, HTML & CSS examples
           This text has a color of #f00805        
        
          <p style="color:#f00805;">Text here</p>
        
        
          .mytext {color:#f00805;}
        
        Text color #f00805
      
           This box has a color of #f00805        
        
          <div style="background-color:#f00805;">Content here</div>
        
        
          .mybackground {background-color:#f00805;}
        
        Background color #f00805
      
           Border around this has a color of #f00805        
        
          <div style="border:2px solid #f00805;">Content here</div>
        
        
          .myborder {border:2px solid #f00805;}
        
        Border color #f00805