#fa38cd color space conversions
Hex:
        #fa38cd
        RGB:
        250, 56, 205
        CMY:
        2, 78, 20
        CMYK:
        0, 78, 18, 2
      HSL:
        314°, 95.0980%, 60.0000%
        HSV (HSB):
        314°, 77.6000%, 98.0392%
        XYZ:
        51.8580, 27.5601, 60.3440
        xyY:
        0.3710, 0.1972, 27.5601
      CIE-Lab:
        59.4892, 83.1815, -34.1274
        CIE-LCH:
        59.4892, 89.9102, 337.6928
        CIE-Luv:
        59.4892, 95.2139, -65.3839
        Hunter-Lab:
        52.4977, 84.4537, -31.4030
      #fa38cd color charts
#fa38cd RGB chart
      #fa38cd CMYK chart
      #fa38cd RGB pie chart
      #fa38cd color shades, tints & tones
#fa38cd color schemes
#fa38cd color preview, HTML & CSS examples
           This text has a color of #fa38cd        
        
          <p style="color:#fa38cd;">Text here</p>
        
        
          .mytext {color:#fa38cd;}
        
        Text color #fa38cd
      
           This box has a color of #fa38cd        
        
          <div style="background-color:#fa38cd;">Content here</div>
        
        
          .mybackground {background-color:#fa38cd;}
        
        Background color #fa38cd
      
           Border around this has a color of #fa38cd        
        
          <div style="border:2px solid #fa38cd;">Content here</div>
        
        
          .myborder {border:2px solid #fa38cd;}
        
        Border color #fa38cd