#ff2fff color space conversions
Hex:
        #ff2fff
        RGB:
        255, 47, 255
        CMY:
        0, 82, 0
        CMYK:
        0, 82, 0, 0
      HSL:
        300°, 100.0000%, 59.2157%
        HSV (HSB):
        300°, 81.5686%, 100.0000%
        XYZ:
        60.3065, 30.5130, 97.3188
        xyY:
        0.3205, 0.1622, 30.5130
      CIE-Lab:
        62.0944, 93.0335, -58.0074
        CIE-LCH:
        62.0944, 109.6362, 328.0560
        CIE-Luv:
        62.0944, 80.7109, -104.3625
        Hunter-Lab:
        55.2386, 98.2091, -65.7895
      #ff2fff color charts
#ff2fff RGB chart
      #ff2fff CMYK chart
      #ff2fff RGB pie chart
      #ff2fff color shades, tints & tones
#ff2fff color schemes
#ff2fff color preview, HTML & CSS examples
           This text has a color of #ff2fff        
        
          <p style="color:#ff2fff;">Text here</p>
        
        
          .mytext {color:#ff2fff;}
        
        Text color #ff2fff
      
           This box has a color of #ff2fff        
        
          <div style="background-color:#ff2fff;">Content here</div>
        
        
          .mybackground {background-color:#ff2fff;}
        
        Background color #ff2fff
      
           Border around this has a color of #ff2fff        
        
          <div style="border:2px solid #ff2fff;">Content here</div>
        
        
          .myborder {border:2px solid #ff2fff;}
        
        Border color #ff2fff