#fd05ca color space conversions
Hex:
        #fd05ca
        RGB:
        253, 5, 202
        CMY:
        1, 98, 21
        CMYK:
        0, 98, 20, 1
      HSL:
        312°, 98.4127%, 50.5882%
        HSV (HSB):
        312°, 98.0237%, 99.2157%
        XYZ:
        51.2230, 25.2555, 58.0522
        xyY:
        0.3808, 0.1877, 25.2555
      CIE-Lab:
        57.3235, 90.8421, -35.7548
        CIE-LCH:
        57.3235, 97.6253, 338.5158
        CIE-Luv:
        57.3235, 105.2725, -68.6668
        Hunter-Lab:
        50.2548, 93.9928, -33.3108
      #fd05ca color charts
#fd05ca RGB chart
      #fd05ca CMYK chart
      #fd05ca RGB pie chart
      #fd05ca color shades, tints & tones
#fd05ca color schemes
#fd05ca color preview, HTML & CSS examples
           This text has a color of #fd05ca        
        
          <p style="color:#fd05ca;">Text here</p>
        
        
          .mytext {color:#fd05ca;}
        
        Text color #fd05ca
      
           This box has a color of #fd05ca        
        
          <div style="background-color:#fd05ca;">Content here</div>
        
        
          .mybackground {background-color:#fd05ca;}
        
        Background color #fd05ca
      
           Border around this has a color of #fd05ca        
        
          <div style="border:2px solid #fd05ca;">Content here</div>
        
        
          .myborder {border:2px solid #fd05ca;}
        
        Border color #fd05ca