#ff0952 color space conversions
Hex:
        #ff0952
        RGB:
        255, 9, 82
        CMY:
        0, 96, 68
        CMYK:
        0, 96, 68, 0
      HSL:
        342°, 100.0000%, 51.7647%
        HSV (HSB):
        342°, 96.4706%, 100.0000%
        XYZ:
        42.8607, 22.0646, 9.9825
        xyY:
        0.5722, 0.2946, 22.0646
      CIE-Lab:
        54.0954, 81.2863, 30.6715
        CIE-LCH:
        54.0954, 86.8804, 20.6728
        CIE-Luv:
        54.0954, 159.4654, 16.5071
        Hunter-Lab:
        46.9729, 80.6705, 20.2810
      #ff0952 color charts
#ff0952 RGB chart
      #ff0952 CMYK chart
      #ff0952 RGB pie chart
      #ff0952 color shades, tints & tones
#ff0952 color schemes
#ff0952 color preview, HTML & CSS examples
           This text has a color of #ff0952        
        
          <p style="color:#ff0952;">Text here</p>
        
        
          .mytext {color:#ff0952;}
        
        Text color #ff0952
      
           This box has a color of #ff0952        
        
          <div style="background-color:#ff0952;">Content here</div>
        
        
          .mybackground {background-color:#ff0952;}
        
        Background color #ff0952
      
           Border around this has a color of #ff0952        
        
          <div style="border:2px solid #ff0952;">Content here</div>
        
        
          .myborder {border:2px solid #ff0952;}
        
        Border color #ff0952