#f01bec color space conversions
Hex:
        #f01bec
        RGB:
        240, 27, 236
        CMY:
        6, 89, 7
        CMYK:
        0, 89, 2, 6
      HSL:
        301°, 87.6543%, 52.3529%
        HSV (HSB):
        301°, 88.7500%, 94.1176%
        XYZ:
        51.4674, 25.3653, 81.5402
        xyY:
        0.3250, 0.1602, 25.3653
      CIE-Lab:
        57.4296, 91.0311, -55.0188
        CIE-LCH:
        57.4296, 106.3660, 328.8514
        CIE-Luv:
        57.4296, 79.4710, -97.7400
        Hunter-Lab:
        50.3639, 94.2741, -60.7370
      #f01bec color charts
#f01bec RGB chart
      #f01bec CMYK chart
      #f01bec RGB pie chart
      #f01bec color shades, tints & tones
#f01bec color schemes
#f01bec color preview, HTML & CSS examples
           This text has a color of #f01bec        
        
          <p style="color:#f01bec;">Text here</p>
        
        
          .mytext {color:#f01bec;}
        
        Text color #f01bec
      
           This box has a color of #f01bec        
        
          <div style="background-color:#f01bec;">Content here</div>
        
        
          .mybackground {background-color:#f01bec;}
        
        Background color #f01bec
      
           Border around this has a color of #f01bec        
        
          <div style="border:2px solid #f01bec;">Content here</div>
        
        
          .myborder {border:2px solid #f01bec;}
        
        Border color #f01bec