#fb32ed color space conversions
Hex:
        #fb32ed
        RGB:
        251, 50, 237
        CMY:
        2, 80, 7
        CMYK:
        0, 80, 6, 2
      HSL:
        304°, 96.1722%, 59.0196%
        HSV (HSB):
        304°, 80.0797%, 98.4314%
        XYZ:
        56.2103, 28.9049, 82.7373
        xyY:
        0.3349, 0.1722, 28.9049
      CIE-Lab:
        60.6976, 89.0976, -50.2688
        CIE-LCH:
        60.6976, 102.3002, 330.5683
        CIE-Luv:
        60.6976, 84.2924, -91.4023
        Hunter-Lab:
        53.7632, 92.5389, -53.6083
      #fb32ed color charts
#fb32ed RGB chart
      #fb32ed CMYK chart
      #fb32ed RGB pie chart
      #fb32ed color shades, tints & tones
#fb32ed color schemes
#fb32ed color preview, HTML & CSS examples
           This text has a color of #fb32ed        
        
          <p style="color:#fb32ed;">Text here</p>
        
        
          .mytext {color:#fb32ed;}
        
        Text color #fb32ed
      
           This box has a color of #fb32ed        
        
          <div style="background-color:#fb32ed;">Content here</div>
        
        
          .mybackground {background-color:#fb32ed;}
        
        Background color #fb32ed
      
           Border around this has a color of #fb32ed        
        
          <div style="border:2px solid #fb32ed;">Content here</div>
        
        
          .myborder {border:2px solid #fb32ed;}
        
        Border color #fb32ed