#fd047b color space conversions
Hex:
        #fd047b
        RGB:
        253, 4, 123
        CMY:
        1, 98, 52
        CMYK:
        0, 98, 51, 1
      HSL:
        331°, 98.4190%, 50.3922%
        HSV (HSB):
        331°, 98.4190%, 99.2157%
        XYZ:
        44.1266, 22.3995, 20.7367
        xyY:
        0.5057, 0.2567, 22.3995
      CIE-Lab:
        54.4484, 83.5033, 6.3942
        CIE-LCH:
        54.4484, 83.7478, 4.3788
        CIE-Luv:
        54.4484, 142.4138, -8.9025
        Hunter-Lab:
        47.3282, 83.6009, 7.1520
      #fd047b color charts
#fd047b RGB chart
      #fd047b CMYK chart
      #fd047b RGB pie chart
      #fd047b color shades, tints & tones
#fd047b color schemes
#fd047b color preview, HTML & CSS examples
           This text has a color of #fd047b        
        
          <p style="color:#fd047b;">Text here</p>
        
        
          .mytext {color:#fd047b;}
        
        Text color #fd047b
      
           This box has a color of #fd047b        
        
          <div style="background-color:#fd047b;">Content here</div>
        
        
          .mybackground {background-color:#fd047b;}
        
        Background color #fd047b
      
           Border around this has a color of #fd047b        
        
          <div style="border:2px solid #fd047b;">Content here</div>
        
        
          .myborder {border:2px solid #fd047b;}
        
        Border color #fd047b