#ff147a color space conversions
Hex:
        #ff147a
        RGB:
        255, 20, 122
        CMY:
        0, 92, 52
        CMYK:
        0, 92, 52, 0
      HSL:
        334°, 100.0000%, 53.9216%
        HSV (HSB):
        334°, 92.1569%, 100.0000%
        XYZ:
        45.0030, 23.1655, 20.5118
        xyY:
        0.5075, 0.2612, 23.1655
      CIE-Lab:
        55.2424, 82.6275, 8.1806
        CIE-LCH:
        55.2424, 83.0314, 5.6542
        CIE-Luv:
        55.2424, 142.6569, -6.5565
        Hunter-Lab:
        48.1305, 82.6728, 8.4237
      #ff147a color charts
#ff147a RGB chart
      #ff147a CMYK chart
      #ff147a RGB pie chart
      #ff147a color shades, tints & tones
#ff147a color schemes
#ff147a color preview, HTML & CSS examples
           This text has a color of #ff147a        
        
          <p style="color:#ff147a;">Text here</p>
        
        
          .mytext {color:#ff147a;}
        
        Text color #ff147a
      
           This box has a color of #ff147a        
        
          <div style="background-color:#ff147a;">Content here</div>
        
        
          .mybackground {background-color:#ff147a;}
        
        Background color #ff147a
      
           Border around this has a color of #ff147a        
        
          <div style="border:2px solid #ff147a;">Content here</div>
        
        
          .myborder {border:2px solid #ff147a;}
        
        Border color #ff147a