#f50102 color space conversions
Hex:
        #f50102
        RGB:
        245, 1, 2
        CMY:
        4, 100, 99
        CMYK:
        0, 100, 99, 4
      HSL:
        360°, 99.1870%, 48.2353%
        HSV (HSB):
        360°, 99.5918%, 96.0784%
        XYZ:
        37.6780, 19.4386, 1.8236
        xyY:
        0.6393, 0.3298, 19.4386
      CIE-Lab:
        51.1964, 77.6594, 64.6854
        CIE-LCH:
        51.1964, 101.0701, 39.7922
        CIE-Luv:
        51.1964, 167.9945, 36.1524
        Hunter-Lab:
        44.0892, 75.3875, 28.4101
      #f50102 color charts
#f50102 RGB chart
      #f50102 CMYK chart
      #f50102 RGB pie chart
      #f50102 color shades, tints & tones
#f50102 color schemes
#f50102 color preview, HTML & CSS examples
           This text has a color of #f50102        
        
          <p style="color:#f50102;">Text here</p>
        
        
          .mytext {color:#f50102;}
        
        Text color #f50102
      
           This box has a color of #f50102        
        
          <div style="background-color:#f50102;">Content here</div>
        
        
          .mybackground {background-color:#f50102;}
        
        Background color #f50102
      
           Border around this has a color of #f50102        
        
          <div style="border:2px solid #f50102;">Content here</div>
        
        
          .myborder {border:2px solid #f50102;}
        
        Border color #f50102