#fa26ea color space conversions
Hex:
        #fa26ea
        RGB:
        250, 38, 234
        CMY:
        2, 85, 8
        CMYK:
        0, 85, 6, 2
      HSL:
        305°, 95.4955%, 56.4706%
        HSV (HSB):
        305°, 84.8000%, 98.0392%
        XYZ:
        54.9687, 27.6507, 80.2819
        xyY:
        0.3374, 0.1697, 27.6507
      CIE-Lab:
        59.5719, 90.8366, -50.3860
        CIE-LCH:
        59.5719, 103.8751, 330.9834
        CIE-Luv:
        59.5719, 86.4211, -91.4745
        Hunter-Lab:
        52.5840, 94.5733, -53.7114
      #fa26ea color charts
#fa26ea RGB chart
      #fa26ea CMYK chart
      #fa26ea RGB pie chart
      #fa26ea color shades, tints & tones
#fa26ea color schemes
#fa26ea color preview, HTML & CSS examples
           This text has a color of #fa26ea        
        
          <p style="color:#fa26ea;">Text here</p>
        
        
          .mytext {color:#fa26ea;}
        
        Text color #fa26ea
      
           This box has a color of #fa26ea        
        
          <div style="background-color:#fa26ea;">Content here</div>
        
        
          .mybackground {background-color:#fa26ea;}
        
        Background color #fa26ea
      
           Border around this has a color of #fa26ea        
        
          <div style="border:2px solid #fa26ea;">Content here</div>
        
        
          .myborder {border:2px solid #fa26ea;}
        
        Border color #fa26ea