#f512ec color space conversions
Hex:
        #f512ec
        RGB:
        245, 18, 236
        CMY:
        4, 93, 7
        CMYK:
        0, 93, 4, 4
      HSL:
        302°, 91.9028%, 51.5686%
        HSV (HSB):
        302°, 92.6531%, 96.0784%
        XYZ:
        53.0128, 25.9012, 81.5622
        xyY:
        0.3303, 0.1614, 25.9012
      CIE-Lab:
        57.9432, 92.8562, -54.1496
        CIE-LCH:
        57.9432, 107.4916, 329.7512
        CIE-Luv:
        57.9432, 83.7436, -96.8937
        Hunter-Lab:
        50.8932, 96.8709, -59.3937
      #f512ec color charts
#f512ec RGB chart
      #f512ec CMYK chart
      #f512ec RGB pie chart
      #f512ec color shades, tints & tones
#f512ec color schemes
#f512ec color preview, HTML & CSS examples
           This text has a color of #f512ec        
        
          <p style="color:#f512ec;">Text here</p>
        
        
          .mytext {color:#f512ec;}
        
        Text color #f512ec
      
           This box has a color of #f512ec        
        
          <div style="background-color:#f512ec;">Content here</div>
        
        
          .mybackground {background-color:#f512ec;}
        
        Background color #f512ec
      
           Border around this has a color of #f512ec        
        
          <div style="border:2px solid #f512ec;">Content here</div>
        
        
          .myborder {border:2px solid #f512ec;}
        
        Border color #f512ec