#f90aea color space conversions
Hex:
        #f90aea
        RGB:
        249, 10, 234
        CMY:
        2, 96, 8
        CMYK:
        0, 96, 6, 2
      HSL:
        304°, 95.2191%, 50.7843%
        HSV (HSB):
        304°, 95.9839%, 97.6471%
        XYZ:
        54.0267, 26.2973, 80.0703
        xyY:
        0.3368, 0.1640, 26.2973
      CIE-Lab:
        58.3182, 93.8470, -52.3887
        CIE-LCH:
        58.3182, 107.4795, 330.8282
        CIE-Luv:
        58.3182, 87.9067, -94.5237
        Hunter-Lab:
        51.2809, 98.3161, -56.6790
      #f90aea color charts
#f90aea RGB chart
      #f90aea CMYK chart
      #f90aea RGB pie chart
      #f90aea color shades, tints & tones
#f90aea color schemes
#f90aea color preview, HTML & CSS examples
           This text has a color of #f90aea        
        
          <p style="color:#f90aea;">Text here</p>
        
        
          .mytext {color:#f90aea;}
        
        Text color #f90aea
      
           This box has a color of #f90aea        
        
          <div style="background-color:#f90aea;">Content here</div>
        
        
          .mybackground {background-color:#f90aea;}
        
        Background color #f90aea
      
           Border around this has a color of #f90aea        
        
          <div style="border:2px solid #f90aea;">Content here</div>
        
        
          .myborder {border:2px solid #f90aea;}
        
        Border color #f90aea