#f50001 color space conversions
Hex:
        #f50001
        RGB:
        245, 0, 1
        CMY:
        4, 100, 100
        CMYK:
        0, 100, 100, 4
      HSL:
        360°, 100.0000%, 48.0392%
        HSV (HSB):
        360°, 100.0000%, 96.0784%
        XYZ:
        37.6617, 19.4147, 1.7911
        xyY:
        0.6398, 0.3298, 19.4147
      CIE-Lab:
        51.1689, 77.7250, 64.9434
        CIE-LCH:
        51.1689, 101.2858, 39.8805
        CIE-Luv:
        51.1689, 168.1972, 36.1961
        Hunter-Lab:
        44.0621, 75.4626, 28.4333
      #f50001 color charts
#f50001 RGB chart
      #f50001 CMYK chart
      #f50001 RGB pie chart
      #f50001 color shades, tints & tones
#f50001 color schemes
#f50001 color preview, HTML & CSS examples
           This text has a color of #f50001        
        
          <p style="color:#f50001;">Text here</p>
        
        
          .mytext {color:#f50001;}
        
        Text color #f50001
      
           This box has a color of #f50001        
        
          <div style="background-color:#f50001;">Content here</div>
        
        
          .mybackground {background-color:#f50001;}
        
        Background color #f50001
      
           Border around this has a color of #f50001        
        
          <div style="border:2px solid #f50001;">Content here</div>
        
        
          .myborder {border:2px solid #f50001;}
        
        Border color #f50001