#ff5fca color space conversions
Hex:
        #ff5fca
        RGB:
        255, 95, 202
        CMY:
        0, 63, 21
        CMYK:
        0, 63, 21, 0
      HSL:
        320°, 100.0000%, 68.6275%
        HSV (HSB):
        320°, 62.7451%, 100.0000%
        XYZ:
        55.9929, 33.7087, 59.4324
        xyY:
        0.3755, 0.2260, 33.7087
      CIE-Lab:
        64.7307, 71.1717, -24.2590
        CIE-LCH:
        64.7307, 75.1924, 341.1782
        CIE-Luv:
        64.7307, 88.2370, -49.0776
        Hunter-Lab:
        58.0592, 70.5437, -20.0509
      #ff5fca color charts
#ff5fca RGB chart
      #ff5fca CMYK chart
      #ff5fca RGB pie chart
      #ff5fca color shades, tints & tones
#ff5fca color schemes
#ff5fca color preview, HTML & CSS examples
           This text has a color of #ff5fca        
        
          <p style="color:#ff5fca;">Text here</p>
        
        
          .mytext {color:#ff5fca;}
        
        Text color #ff5fca
      
           This box has a color of #ff5fca        
        
          <div style="background-color:#ff5fca;">Content here</div>
        
        
          .mybackground {background-color:#ff5fca;}
        
        Background color #ff5fca
      
           Border around this has a color of #ff5fca        
        
          <div style="border:2px solid #ff5fca;">Content here</div>
        
        
          .myborder {border:2px solid #ff5fca;}
        
        Border color #ff5fca