#fa004e color space conversions
Hex:
        #fa004e
        RGB:
        250, 0, 78
        CMY:
        2, 100, 69
        CMYK:
        0, 100, 69, 2
      HSL:
        341°, 100.0000%, 49.0196%
        HSV (HSB):
        341°, 100.0000%, 98.0392%
        XYZ:
        40.7995, 20.8741, 9.0864
        xyY:
        0.5766, 0.2950, 20.8741
      CIE-Lab:
        52.8114, 80.5735, 31.2410
        CIE-LCH:
        52.8114, 86.4181, 21.1929
        CIE-Luv:
        52.8114, 158.1193, 16.8425
        Hunter-Lab:
        45.6881, 79.4462, 20.1901
      #fa004e color charts
#fa004e RGB chart
      #fa004e CMYK chart
      #fa004e RGB pie chart
      #fa004e color shades, tints & tones
#fa004e color schemes
#fa004e color preview, HTML & CSS examples
           This text has a color of #fa004e        
        
          <p style="color:#fa004e;">Text here</p>
        
        
          .mytext {color:#fa004e;}
        
        Text color #fa004e
      
           This box has a color of #fa004e        
        
          <div style="background-color:#fa004e;">Content here</div>
        
        
          .mybackground {background-color:#fa004e;}
        
        Background color #fa004e
      
           Border around this has a color of #fa004e        
        
          <div style="border:2px solid #fa004e;">Content here</div>
        
        
          .myborder {border:2px solid #fa004e;}
        
        Border color #fa004e