#ff345a color space conversions
Hex:
        #ff345a
        RGB:
        255, 52, 90
        CMY:
        0, 80, 65
        CMYK:
        0, 80, 65, 0
      HSL:
        349°, 100.0000%, 60.1961%
        HSV (HSB):
        349°, 79.6078%, 100.0000%
        XYZ:
        44.3135, 24.4542, 12.0574
        xyY:
        0.5483, 0.3026, 24.4542
      CIE-Lab:
        56.5397, 75.0349, 29.0264
        CIE-LCH:
        56.5397, 80.4535, 21.1484
        CIE-Luv:
        56.5397, 145.8542, 17.4208
        Hunter-Lab:
        49.4512, 73.4153, 20.1594
      #ff345a color charts
#ff345a RGB chart
      #ff345a CMYK chart
      #ff345a RGB pie chart
      #ff345a color shades, tints & tones
#ff345a color schemes
#ff345a color preview, HTML & CSS examples
           This text has a color of #ff345a        
        
          <p style="color:#ff345a;">Text here</p>
        
        
          .mytext {color:#ff345a;}
        
        Text color #ff345a
      
           This box has a color of #ff345a        
        
          <div style="background-color:#ff345a;">Content here</div>
        
        
          .mybackground {background-color:#ff345a;}
        
        Background color #ff345a
      
           Border around this has a color of #ff345a        
        
          <div style="border:2px solid #ff345a;">Content here</div>
        
        
          .myborder {border:2px solid #ff345a;}
        
        Border color #ff345a