#ff1041 color space conversions
Hex:
        #ff1041
        RGB:
        255, 16, 65
        CMY:
        0, 94, 75
        CMYK:
        0, 94, 75, 0
      HSL:
        348°, 100.0000%, 53.1373%
        HSV (HSB):
        348°, 93.7255%, 100.0000%
        XYZ:
        42.3794, 22.0122, 7.0162
        xyY:
        0.5935, 0.3083, 22.0122
      CIE-Lab:
        54.0400, 80.0849, 40.5766
        CIE-LCH:
        54.0400, 89.7778, 26.8700
        CIE-Luv:
        54.0400, 163.5697, 24.5725
        Hunter-Lab:
        46.9172, 79.1306, 23.9756
      #ff1041 color charts
#ff1041 RGB chart
      #ff1041 CMYK chart
      #ff1041 RGB pie chart
      #ff1041 color shades, tints & tones
#ff1041 color schemes
#ff1041 color preview, HTML & CSS examples
           This text has a color of #ff1041        
        
          <p style="color:#ff1041;">Text here</p>
        
        
          .mytext {color:#ff1041;}
        
        Text color #ff1041
      
           This box has a color of #ff1041        
        
          <div style="background-color:#ff1041;">Content here</div>
        
        
          .mybackground {background-color:#ff1041;}
        
        Background color #ff1041
      
           Border around this has a color of #ff1041        
        
          <div style="border:2px solid #ff1041;">Content here</div>
        
        
          .myborder {border:2px solid #ff1041;}
        
        Border color #ff1041