#ff0947 color space conversions
Hex:
        #ff0947
        RGB:
        255, 9, 71
        CMY:
        0, 96, 72
        CMYK:
        0, 96, 72, 0
      HSL:
        345°, 100.0000%, 51.7647%
        HSV (HSB):
        345°, 96.4706%, 100.0000%
        XYZ:
        42.4750, 21.9103, 7.9517
        xyY:
        0.5872, 0.3029, 21.9103
      CIE-Lab:
        53.9317, 80.8386, 36.9739
        CIE-LCH:
        53.9317, 88.8929, 24.5784
        CIE-Luv:
        53.9317, 162.8710, 21.6681
        Hunter-Lab:
        46.8084, 80.0601, 22.6939
      #ff0947 color charts
#ff0947 RGB chart
      #ff0947 CMYK chart
      #ff0947 RGB pie chart
      #ff0947 color shades, tints & tones
#ff0947 color schemes
#ff0947 color preview, HTML & CSS examples
           This text has a color of #ff0947        
        
          <p style="color:#ff0947;">Text here</p>
        
        
          .mytext {color:#ff0947;}
        
        Text color #ff0947
      
           This box has a color of #ff0947        
        
          <div style="background-color:#ff0947;">Content here</div>
        
        
          .mybackground {background-color:#ff0947;}
        
        Background color #ff0947
      
           Border around this has a color of #ff0947        
        
          <div style="border:2px solid #ff0947;">Content here</div>
        
        
          .myborder {border:2px solid #ff0947;}
        
        Border color #ff0947