#fa07ee color space conversions
Hex:
        #fa07ee
        RGB:
        250, 7, 238
        CMY:
        2, 97, 7
        CMYK:
        0, 97, 5, 2
      HSL:
        303°, 96.0474%, 50.3922%
        HSV (HSB):
        303°, 97.2000%, 98.0392%
        XYZ:
        54.9329, 26.6490, 83.1374
        xyY:
        0.3335, 0.1618, 26.6490
      CIE-Lab:
        58.6480, 94.7283, -54.0962
        CIE-LCH:
        58.6480, 109.0865, 330.2707
        CIE-Luv:
        58.6480, 87.1021, -97.3554
        Hunter-Lab:
        51.6227, 99.6065, -59.3496
      #fa07ee color charts
#fa07ee RGB chart
      #fa07ee CMYK chart
      #fa07ee RGB pie chart
      #fa07ee color shades, tints & tones
#fa07ee color schemes
#fa07ee color preview, HTML & CSS examples
           This text has a color of #fa07ee        
        
          <p style="color:#fa07ee;">Text here</p>
        
        
          .mytext {color:#fa07ee;}
        
        Text color #fa07ee
      
           This box has a color of #fa07ee        
        
          <div style="background-color:#fa07ee;">Content here</div>
        
        
          .mybackground {background-color:#fa07ee;}
        
        Background color #fa07ee
      
           Border around this has a color of #fa07ee        
        
          <div style="border:2px solid #fa07ee;">Content here</div>
        
        
          .myborder {border:2px solid #fa07ee;}
        
        Border color #fa07ee