#ff01f1 color space conversions
Hex:
        #ff01f1
        RGB:
        255, 1, 241
        CMY:
        0, 100, 5
        CMYK:
        0, 100, 5, 0
      HSL:
        303°, 100.0000%, 50.1961%
        HSV (HSB):
        303°, 99.6078%, 100.0000%
        XYZ:
        57.1280, 27.6326, 85.5417
        xyY:
        0.3355, 0.1623, 27.6326
      CIE-Lab:
        59.5553, 96.2927, -54.2773
        CIE-LCH:
        59.5553, 110.5365, 330.5913
        CIE-Luv:
        59.5553, 89.7678, -98.2006
        Hunter-Lab:
        52.5667, 101.9971, -59.6858
      #ff01f1 color charts
#ff01f1 RGB chart
      #ff01f1 CMYK chart
      #ff01f1 RGB pie chart
      #ff01f1 color shades, tints & tones
#ff01f1 color schemes
#ff01f1 color preview, HTML & CSS examples
           This text has a color of #ff01f1        
        
          <p style="color:#ff01f1;">Text here</p>
        
        
          .mytext {color:#ff01f1;}
        
        Text color #ff01f1
      
           This box has a color of #ff01f1        
        
          <div style="background-color:#ff01f1;">Content here</div>
        
        
          .mybackground {background-color:#ff01f1;}
        
        Background color #ff01f1
      
           Border around this has a color of #ff01f1        
        
          <div style="border:2px solid #ff01f1;">Content here</div>
        
        
          .myborder {border:2px solid #ff01f1;}
        
        Border color #ff01f1