#ff149a color space conversions
Hex:
        #ff149a
        RGB:
        255, 20, 154
        CMY:
        0, 92, 40
        CMYK:
        0, 92, 40, 0
      HSL:
        326°, 100.0000%, 53.9216%
        HSV (HSB):
        326°, 92.1569%, 100.0000%
        XYZ:
        47.3229, 24.0934, 32.7281
        xyY:
        0.4544, 0.2313, 24.0934
      CIE-Lab:
        56.1812, 85.1652, -9.5226
        CIE-LCH:
        56.1812, 85.6960, 353.6201
        CIE-Luv:
        56.1812, 128.2386, -29.6272
        Hunter-Lab:
        49.0850, 86.1931, -5.1729
      #ff149a color charts
#ff149a RGB chart
      #ff149a CMYK chart
      #ff149a RGB pie chart
      #ff149a color shades, tints & tones
#ff149a color schemes
#ff149a color preview, HTML & CSS examples
           This text has a color of #ff149a        
        
          <p style="color:#ff149a;">Text here</p>
        
        
          .mytext {color:#ff149a;}
        
        Text color #ff149a
      
           This box has a color of #ff149a        
        
          <div style="background-color:#ff149a;">Content here</div>
        
        
          .mybackground {background-color:#ff149a;}
        
        Background color #ff149a
      
           Border around this has a color of #ff149a        
        
          <div style="border:2px solid #ff149a;">Content here</div>
        
        
          .myborder {border:2px solid #ff149a;}
        
        Border color #ff149a