#fb15fe color space conversions
Hex:
        #fb15fe
        RGB:
        251, 21, 254
        CMY:
        2, 92, 0
        CMYK:
        1, 92, 0, 0
      HSL:
        299°, 99.1489%, 53.9216%
        HSV (HSB):
        299°, 91.7323%, 99.6078%
        XYZ:
        57.9412, 28.2013, 96.1555
        xyY:
        0.3178, 0.1547, 28.2013
      CIE-Lab:
        60.0702, 96.0663, -60.7267
        CIE-LCH:
        60.0702, 113.6506, 327.7016
        CIE-Luv:
        60.0702, 80.7288, -108.1292
        Hunter-Lab:
        53.1049, 101.8225, -70.1812
      #fb15fe color charts
#fb15fe RGB chart
      #fb15fe CMYK chart
      #fb15fe RGB pie chart
      #fb15fe color shades, tints & tones
#fb15fe color schemes
#fb15fe color preview, HTML & CSS examples
           This text has a color of #fb15fe        
        
          <p style="color:#fb15fe;">Text here</p>
        
        
          .mytext {color:#fb15fe;}
        
        Text color #fb15fe
      
           This box has a color of #fb15fe        
        
          <div style="background-color:#fb15fe;">Content here</div>
        
        
          .mybackground {background-color:#fb15fe;}
        
        Background color #fb15fe
      
           Border around this has a color of #fb15fe        
        
          <div style="border:2px solid #fb15fe;">Content here</div>
        
        
          .myborder {border:2px solid #fb15fe;}
        
        Border color #fb15fe