#f1102a color space conversions
Hex:
        #f1102a
        RGB:
        241, 16, 42
        CMY:
        5, 94, 84
        CMYK:
        0, 93, 83, 5
      HSL:
        353°, 88.9328%, 50.3922%
        HSV (HSB):
        353°, 93.3610%, 94.5098%
        XYZ:
        36.8788, 19.2385, 3.9602
        xyY:
        0.6139, 0.3202, 19.2385
      CIE-Lab:
        50.9651, 76.0409, 49.1926
        CIE-LCH:
        50.9651, 90.5656, 32.8997
        CIE-Luv:
        50.9651, 158.6492, 29.7739
        Hunter-Lab:
        43.8617, 73.3243, 25.3501
      #f1102a color charts
#f1102a RGB chart
      #f1102a CMYK chart
      #f1102a RGB pie chart
      #f1102a color shades, tints & tones
#f1102a color schemes
#f1102a color preview, HTML & CSS examples
           This text has a color of #f1102a        
        
          <p style="color:#f1102a;">Text here</p>
        
        
          .mytext {color:#f1102a;}
        
        Text color #f1102a
      
           This box has a color of #f1102a        
        
          <div style="background-color:#f1102a;">Content here</div>
        
        
          .mybackground {background-color:#f1102a;}
        
        Background color #f1102a
      
           Border around this has a color of #f1102a        
        
          <div style="border:2px solid #f1102a;">Content here</div>
        
        
          .myborder {border:2px solid #f1102a;}
        
        Border color #f1102a