#fa104e color space conversions
Hex:
        #fa104e
        RGB:
        250, 16, 78
        CMY:
        2, 94, 69
        CMYK:
        0, 94, 69, 2
      HSL:
        344°, 95.9016%, 52.1569%
        HSV (HSB):
        344°, 93.6000%, 98.0392%
        XYZ:
        40.9848, 21.2446, 9.1482
        xyY:
        0.5742, 0.2976, 21.2446
      CIE-Lab:
        53.2162, 79.3987, 31.7414
        CIE-LCH:
        53.2162, 85.5083, 21.7901
        CIE-Luv:
        53.2162, 156.1190, 17.7094
        Hunter-Lab:
        46.0919, 78.0608, 20.4966
      #fa104e color charts
#fa104e RGB chart
      #fa104e CMYK chart
      #fa104e RGB pie chart
      #fa104e color shades, tints & tones
#fa104e color schemes
#fa104e color preview, HTML & CSS examples
           This text has a color of #fa104e        
        
          <p style="color:#fa104e;">Text here</p>
        
        
          .mytext {color:#fa104e;}
        
        Text color #fa104e
      
           This box has a color of #fa104e        
        
          <div style="background-color:#fa104e;">Content here</div>
        
        
          .mybackground {background-color:#fa104e;}
        
        Background color #fa104e
      
           Border around this has a color of #fa104e        
        
          <div style="border:2px solid #fa104e;">Content here</div>
        
        
          .myborder {border:2px solid #fa104e;}
        
        Border color #fa104e