#ff127f color space conversions
Hex:
        #ff127f
        RGB:
        255, 18, 127
        CMY:
        0, 93, 50
        CMYK:
        0, 93, 50, 0
      HSL:
        332°, 100.0000%, 53.5294%
        HSV (HSB):
        332°, 92.9412%, 100.0000%
        XYZ:
        45.2871, 23.2249, 22.1746
        xyY:
        0.4994, 0.2561, 23.2249
      CIE-Lab:
        55.3033, 83.1832, 5.2676
        CIE-LCH:
        55.3033, 83.3498, 3.6235
        CIE-Luv:
        55.3033, 140.7709, -10.1501
        Hunter-Lab:
        48.1922, 83.4031, 6.4535
      #ff127f color charts
#ff127f RGB chart
      #ff127f CMYK chart
      #ff127f RGB pie chart
      #ff127f color shades, tints & tones
#ff127f color schemes
#ff127f color preview, HTML & CSS examples
           This text has a color of #ff127f        
        
          <p style="color:#ff127f;">Text here</p>
        
        
          .mytext {color:#ff127f;}
        
        Text color #ff127f
      
           This box has a color of #ff127f        
        
          <div style="background-color:#ff127f;">Content here</div>
        
        
          .mybackground {background-color:#ff127f;}
        
        Background color #ff127f
      
           Border around this has a color of #ff127f        
        
          <div style="border:2px solid #ff127f;">Content here</div>
        
        
          .myborder {border:2px solid #ff127f;}
        
        Border color #ff127f