#fc128b color space conversions
Hex:
        #fc128b
        RGB:
        252, 18, 139
        CMY:
        1, 93, 45
        CMYK:
        0, 93, 45, 1
      HSL:
        329°, 97.5000%, 52.9412%
        HSV (HSB):
        329°, 92.8571%, 98.8235%
        XYZ:
        45.0214, 22.9921, 26.4911
        xyY:
        0.4764, 0.2433, 22.9921
      CIE-Lab:
        55.0642, 83.4482, -2.3317
        CIE-LCH:
        55.0642, 83.4808, 358.3995
        CIE-Luv:
        55.0642, 133.0234, -19.6689
        Hunter-Lab:
        47.9501, 83.6848, 0.8090
      #fc128b color charts
#fc128b RGB chart
      #fc128b CMYK chart
      #fc128b RGB pie chart
      #fc128b color shades, tints & tones
#fc128b color schemes
#fc128b color preview, HTML & CSS examples
           This text has a color of #fc128b        
        
          <p style="color:#fc128b;">Text here</p>
        
        
          .mytext {color:#fc128b;}
        
        Text color #fc128b
      
           This box has a color of #fc128b        
        
          <div style="background-color:#fc128b;">Content here</div>
        
        
          .mybackground {background-color:#fc128b;}
        
        Background color #fc128b
      
           Border around this has a color of #fc128b        
        
          <div style="border:2px solid #fc128b;">Content here</div>
        
        
          .myborder {border:2px solid #fc128b;}
        
        Border color #fc128b