#ff0145 color space conversions
Hex:
        #ff0145
        RGB:
        255, 1, 69
        CMY:
        0, 100, 73
        CMYK:
        0, 100, 73, 0
      HSL:
        344°, 100.0000%, 50.1961%
        HSV (HSB):
        344°, 99.6078%, 100.0000%
        XYZ:
        42.3250, 21.7114, 7.5902
        xyY:
        0.5909, 0.3031, 21.7114
      CIE-Lab:
        53.7194, 81.3032, 37.8944
        CIE-LCH:
        53.7194, 89.7006, 24.9897
        CIE-Luv:
        53.7194, 164.4005, 22.1469
        Hunter-Lab:
        46.5955, 80.5985, 22.9588
      #ff0145 color charts
#ff0145 RGB chart
      #ff0145 CMYK chart
      #ff0145 RGB pie chart
      #ff0145 color shades, tints & tones
#ff0145 color schemes
#ff0145 color preview, HTML & CSS examples
           This text has a color of #ff0145        
        
          <p style="color:#ff0145;">Text here</p>
        
        
          .mytext {color:#ff0145;}
        
        Text color #ff0145
      
           This box has a color of #ff0145        
        
          <div style="background-color:#ff0145;">Content here</div>
        
        
          .mybackground {background-color:#ff0145;}
        
        Background color #ff0145
      
           Border around this has a color of #ff0145        
        
          <div style="border:2px solid #ff0145;">Content here</div>
        
        
          .myborder {border:2px solid #ff0145;}
        
        Border color #ff0145