#fa13db color space conversions
Hex:
        #fa13db
        RGB:
        250, 19, 219
        CMY:
        2, 93, 14
        CMYK:
        0, 92, 12, 2
      HSL:
        308°, 95.8506%, 52.7451%
        HSV (HSB):
        308°, 92.4000%, 98.0392%
        XYZ:
        52.4434, 25.9042, 69.2538
        xyY:
        0.3553, 0.1755, 25.9042
      CIE-Lab:
        57.9460, 91.3650, -44.5053
        CIE-LCH:
        57.9460, 101.6282, 334.0286
        CIE-Luv:
        57.9460, 94.5402, -82.0955
        Hunter-Lab:
        50.8962, 94.8580, -45.0478
      #fa13db color charts
#fa13db RGB chart
      #fa13db CMYK chart
      #fa13db RGB pie chart
      #fa13db color shades, tints & tones
#fa13db color schemes
#fa13db color preview, HTML & CSS examples
           This text has a color of #fa13db        
        
          <p style="color:#fa13db;">Text here</p>
        
        
          .mytext {color:#fa13db;}
        
        Text color #fa13db
      
           This box has a color of #fa13db        
        
          <div style="background-color:#fa13db;">Content here</div>
        
        
          .mybackground {background-color:#fa13db;}
        
        Background color #fa13db
      
           Border around this has a color of #fa13db        
        
          <div style="border:2px solid #fa13db;">Content here</div>
        
        
          .myborder {border:2px solid #fa13db;}
        
        Border color #fa13db