#f00c10 color space conversions
Hex:
        #f00c10
        RGB:
        240, 12, 16
        CMY:
        6, 95, 94
        CMYK:
        0, 95, 93, 6
      HSL:
        359°, 90.4762%, 49.4118%
        HSV (HSB):
        359°, 95.0000%, 94.1176%
        XYZ:
        36.1602, 18.8256, 2.2181
        xyY:
        0.6321, 0.3291, 18.8256
      CIE-Lab:
        50.4826, 75.7364, 60.0030
        CIE-LCH:
        50.4826, 96.6249, 38.3884
        CIE-Luv:
        50.4826, 162.0579, 34.5660
        Hunter-Lab:
        43.3885, 72.8329, 27.3410
      #f00c10 color charts
#f00c10 RGB chart
      #f00c10 CMYK chart
      #f00c10 RGB pie chart
      #f00c10 color shades, tints & tones
#f00c10 color schemes
#f00c10 color preview, HTML & CSS examples
           This text has a color of #f00c10        
        
          <p style="color:#f00c10;">Text here</p>
        
        
          .mytext {color:#f00c10;}
        
        Text color #f00c10
      
           This box has a color of #f00c10        
        
          <div style="background-color:#f00c10;">Content here</div>
        
        
          .mybackground {background-color:#f00c10;}
        
        Background color #f00c10
      
           Border around this has a color of #f00c10        
        
          <div style="border:2px solid #f00c10;">Content here</div>
        
        
          .myborder {border:2px solid #f00c10;}
        
        Border color #f00c10