#f00103 color space conversions
Hex:
        #f00103
        RGB:
        240, 1, 3
        CMY:
        6, 100, 99
        CMYK:
        0, 100, 99, 6
      HSL:
        359°, 99.1701%, 47.2549%
        HSV (HSB):
        359°, 99.5833%, 94.1176%
        XYZ:
        35.9625, 18.5535, 1.7719
        xyY:
        0.6389, 0.3296, 18.5535
      CIE-Lab:
        50.1607, 76.4621, 63.3879
        CIE-LCH:
        50.1607, 99.3201, 39.6591
        CIE-Luv:
        50.1607, 164.5091, 35.3209
        Hunter-Lab:
        43.0738, 73.6510, 27.7127
      #f00103 color charts
#f00103 RGB chart
      #f00103 CMYK chart
      #f00103 RGB pie chart
      #f00103 color shades, tints & tones
#f00103 color schemes
#f00103 color preview, HTML & CSS examples
           This text has a color of #f00103        
        
          <p style="color:#f00103;">Text here</p>
        
        
          .mytext {color:#f00103;}
        
        Text color #f00103
      
           This box has a color of #f00103        
        
          <div style="background-color:#f00103;">Content here</div>
        
        
          .mybackground {background-color:#f00103;}
        
        Background color #f00103
      
           Border around this has a color of #f00103        
        
          <div style="border:2px solid #f00103;">Content here</div>
        
        
          .myborder {border:2px solid #f00103;}
        
        Border color #f00103