#ff2fec color space conversions
Hex:
        #ff2fec
        RGB:
        255, 47, 236
        CMY:
        0, 82, 7
        CMYK:
        0, 82, 7, 0
      HSL:
        305°, 100.0000%, 59.2157%
        HSV (HSB):
        305°, 81.5686%, 100.0000%
        XYZ:
        57.3968, 29.3492, 81.9967
        xyY:
        0.3401, 0.1739, 29.3492
      CIE-Lab:
        61.0886, 90.3448, -49.0485
        CIE-LCH:
        61.0886, 102.8005, 331.5023
        CIE-Luv:
        61.0886, 88.0724, -89.8398
        Hunter-Lab:
        54.1749, 94.3100, -51.8163
      #ff2fec color charts
#ff2fec RGB chart
      #ff2fec CMYK chart
      #ff2fec RGB pie chart
      #ff2fec color shades, tints & tones
#ff2fec color schemes
#ff2fec color preview, HTML & CSS examples
           This text has a color of #ff2fec        
        
          <p style="color:#ff2fec;">Text here</p>
        
        
          .mytext {color:#ff2fec;}
        
        Text color #ff2fec
      
           This box has a color of #ff2fec        
        
          <div style="background-color:#ff2fec;">Content here</div>
        
        
          .mybackground {background-color:#ff2fec;}
        
        Background color #ff2fec
      
           Border around this has a color of #ff2fec        
        
          <div style="border:2px solid #ff2fec;">Content here</div>
        
        
          .myborder {border:2px solid #ff2fec;}
        
        Border color #ff2fec