#fa45dc color space conversions
Hex:
        #fa45dc
        RGB:
        250, 69, 220
        CMY:
        2, 73, 14
        CMYK:
        0, 72, 12, 2
      HSL:
        310°, 94.7644%, 62.5490%
        HSV (HSB):
        310°, 72.4000%, 98.0392%
        XYZ:
        54.4707, 29.7475, 70.5811
        xyY:
        0.3519, 0.1922, 29.7475
      CIE-Lab:
        61.4358, 81.5407, -39.5803
        CIE-LCH:
        61.4358, 90.6393, 334.1078
        CIE-Luv:
        61.4358, 86.2495, -73.9080
        Hunter-Lab:
        54.5413, 82.8217, -38.5474
      #fa45dc color charts
#fa45dc RGB chart
      #fa45dc CMYK chart
      #fa45dc RGB pie chart
      #fa45dc color shades, tints & tones
#fa45dc color schemes
#fa45dc color preview, HTML & CSS examples
           This text has a color of #fa45dc        
        
          <p style="color:#fa45dc;">Text here</p>
        
        
          .mytext {color:#fa45dc;}
        
        Text color #fa45dc
      
           This box has a color of #fa45dc        
        
          <div style="background-color:#fa45dc;">Content here</div>
        
        
          .mybackground {background-color:#fa45dc;}
        
        Background color #fa45dc
      
           Border around this has a color of #fa45dc        
        
          <div style="border:2px solid #fa45dc;">Content here</div>
        
        
          .myborder {border:2px solid #fa45dc;}
        
        Border color #fa45dc