#f800be color space conversions
Hex:
        #f800be
        RGB:
        248, 0, 190
        CMY:
        3, 100, 25
        CMYK:
        0, 100, 23, 3
      HSL:
        314°, 100.0000%, 48.6275%
        HSV (HSB):
        314°, 100.0000%, 97.2549%
        XYZ:
        48.0057, 23.6742, 50.7546
        xyY:
        0.3921, 0.1934, 23.6742
      CIE-Lab:
        55.7601, 88.8772, -31.3483
        CIE-LCH:
        55.7601, 94.2437, 340.5715
        CIE-Luv:
        55.7601, 107.2165, -61.3937
        Hunter-Lab:
        48.6561, 90.9656, -27.7878
      #f800be color charts
#f800be RGB chart
      #f800be CMYK chart
      #f800be RGB pie chart
      #f800be color shades, tints & tones
#f800be color schemes
#f800be color preview, HTML & CSS examples
           This text has a color of #f800be        
        
          <p style="color:#f800be;">Text here</p>
        
        
          .mytext {color:#f800be;}
        
        Text color #f800be
      
           This box has a color of #f800be        
        
          <div style="background-color:#f800be;">Content here</div>
        
        
          .mybackground {background-color:#f800be;}
        
        Background color #f800be
      
           Border around this has a color of #f800be        
        
          <div style="border:2px solid #f800be;">Content here</div>
        
        
          .myborder {border:2px solid #f800be;}
        
        Border color #f800be