#fa13ee color space conversions
Hex:
        #fa13ee
        RGB:
        250, 19, 238
        CMY:
        2, 93, 7
        CMYK:
        0, 92, 5, 2
      HSL:
        303°, 95.8506%, 52.7451%
        HSV (HSB):
        303°, 92.4000%, 98.0392%
        XYZ:
        55.0898, 26.9628, 83.1897
        xyY:
        0.3334, 0.1632, 26.9628
      CIE-Lab:
        58.9399, 93.8665, -53.6313
        CIE-LCH:
        58.9399, 108.1075, 330.2582
        CIE-Luv:
        58.9399, 86.5206, -96.6363
        Hunter-Lab:
        51.9257, 98.5070, -58.6400
      #fa13ee color charts
#fa13ee RGB chart
      #fa13ee CMYK chart
      #fa13ee RGB pie chart
      #fa13ee color shades, tints & tones
#fa13ee color schemes
#fa13ee color preview, HTML & CSS examples
           This text has a color of #fa13ee        
        
          <p style="color:#fa13ee;">Text here</p>
        
        
          .mytext {color:#fa13ee;}
        
        Text color #fa13ee
      
           This box has a color of #fa13ee        
        
          <div style="background-color:#fa13ee;">Content here</div>
        
        
          .mybackground {background-color:#fa13ee;}
        
        Background color #fa13ee
      
           Border around this has a color of #fa13ee        
        
          <div style="border:2px solid #fa13ee;">Content here</div>
        
        
          .myborder {border:2px solid #fa13ee;}
        
        Border color #fa13ee