#ff40fb color space conversions
Hex:
        #ff40fb
        RGB:
        255, 64, 251
        CMY:
        0, 75, 2
        CMYK:
        0, 75, 2, 0
      HSL:
        301°, 100.0000%, 62.5490%
        HSV (HSB):
        301°, 74.9020%, 100.0000%
        XYZ:
        60.4860, 31.8918, 94.2346
        xyY:
        0.3241, 0.1709, 31.8918
      CIE-Lab:
        63.2534, 88.4635, -53.9521
        CIE-LCH:
        63.2534, 103.6177, 328.6219
        CIE-Luv:
        63.2534, 79.4755, -97.8297
        Hunter-Lab:
        56.4728, 92.3573, -59.4045
      #ff40fb color charts
#ff40fb RGB chart
      #ff40fb CMYK chart
      #ff40fb RGB pie chart
      #ff40fb color shades, tints & tones
#ff40fb color schemes
#ff40fb color preview, HTML & CSS examples
           This text has a color of #ff40fb        
        
          <p style="color:#ff40fb;">Text here</p>
        
        
          .mytext {color:#ff40fb;}
        
        Text color #ff40fb
      
           This box has a color of #ff40fb        
        
          <div style="background-color:#ff40fb;">Content here</div>
        
        
          .mybackground {background-color:#ff40fb;}
        
        Background color #ff40fb
      
           Border around this has a color of #ff40fb        
        
          <div style="border:2px solid #ff40fb;">Content here</div>
        
        
          .myborder {border:2px solid #ff40fb;}
        
        Border color #ff40fb