#ff0047 color space conversions
Hex:
        #ff0047
        RGB:
        255, 0, 71
        CMY:
        0, 100, 72
        CMYK:
        0, 100, 72, 0
      HSL:
        343°, 100.0000%, 50.0000%
        HSV (HSB):
        343°, 100.0000%, 100.0000%
        XYZ:
        42.3773, 21.7149, 7.9191
        xyY:
        0.5885, 0.3015, 21.7149
      CIE-Lab:
        53.7232, 81.4440, 36.7287
        CIE-LCH:
        53.7232, 89.3427, 24.2739
        CIE-Luv:
        53.7232, 163.9414, 21.2319
        Hunter-Lab:
        46.5993, 80.7789, 22.5437
      #ff0047 color charts
#ff0047 RGB chart
      #ff0047 CMYK chart
      #ff0047 RGB pie chart
      #ff0047 color shades, tints & tones
#ff0047 color schemes
#ff0047 color preview, HTML & CSS examples
           This text has a color of #ff0047        
        
          <p style="color:#ff0047;">Text here</p>
        
        
          .mytext {color:#ff0047;}
        
        Text color #ff0047
      
           This box has a color of #ff0047        
        
          <div style="background-color:#ff0047;">Content here</div>
        
        
          .mybackground {background-color:#ff0047;}
        
        Background color #ff0047
      
           Border around this has a color of #ff0047        
        
          <div style="border:2px solid #ff0047;">Content here</div>
        
        
          .myborder {border:2px solid #ff0047;}
        
        Border color #ff0047