#fd02ca color space conversions
Hex:
        #fd02ca
        RGB:
        253, 2, 202
        CMY:
        1, 99, 21
        CMYK:
        0, 99, 20, 1
      HSL:
        312°, 98.4314%, 50.0000%
        HSV (HSB):
        312°, 99.2095%, 99.2157%
        XYZ:
        51.1904, 25.1903, 58.0413
        xyY:
        0.3808, 0.1874, 25.1903
      CIE-Lab:
        57.2604, 91.0278, -35.8534
        CIE-LCH:
        57.2604, 97.8342, 338.5018
        CIE-Luv:
        57.2604, 105.4320, -68.8309
        Hunter-Lab:
        50.1900, 94.2255, -33.4319
      #fd02ca color charts
#fd02ca RGB chart
      #fd02ca CMYK chart
      #fd02ca RGB pie chart
      #fd02ca color shades, tints & tones
#fd02ca color schemes
#fd02ca color preview, HTML & CSS examples
           This text has a color of #fd02ca        
        
          <p style="color:#fd02ca;">Text here</p>
        
        
          .mytext {color:#fd02ca;}
        
        Text color #fd02ca
      
           This box has a color of #fd02ca        
        
          <div style="background-color:#fd02ca;">Content here</div>
        
        
          .mybackground {background-color:#fd02ca;}
        
        Background color #fd02ca
      
           Border around this has a color of #fd02ca        
        
          <div style="border:2px solid #fd02ca;">Content here</div>
        
        
          .myborder {border:2px solid #fd02ca;}
        
        Border color #fd02ca