#fd04ca color space conversions
Hex:
        #fd04ca
        RGB:
        253, 4, 202
        CMY:
        1, 98, 21
        CMYK:
        0, 98, 20, 1
      HSL:
        312°, 98.4190%, 50.3922%
        HSV (HSB):
        312°, 98.4190%, 99.2157%
        XYZ:
        51.2121, 25.2337, 58.0485
        xyY:
        0.3808, 0.1876, 25.2337
      CIE-Lab:
        57.3025, 90.9040, -35.7876
        CIE-LCH:
        57.3025, 97.6949, 338.5111
        CIE-Luv:
        57.3025, 105.3256, -68.7215
        Hunter-Lab:
        50.2332, 94.0703, -33.3512
      #fd04ca color charts
#fd04ca RGB chart
      #fd04ca CMYK chart
      #fd04ca RGB pie chart
      #fd04ca color shades, tints & tones
#fd04ca color schemes
#fd04ca color preview, HTML & CSS examples
           This text has a color of #fd04ca        
        
          <p style="color:#fd04ca;">Text here</p>
        
        
          .mytext {color:#fd04ca;}
        
        Text color #fd04ca
      
           This box has a color of #fd04ca        
        
          <div style="background-color:#fd04ca;">Content here</div>
        
        
          .mybackground {background-color:#fd04ca;}
        
        Background color #fd04ca
      
           Border around this has a color of #fd04ca        
        
          <div style="border:2px solid #fd04ca;">Content here</div>
        
        
          .myborder {border:2px solid #fd04ca;}
        
        Border color #fd04ca