#f94dac color space conversions
Hex:
        #f94dac
        RGB:
        249, 77, 172
        CMY:
        2, 70, 33
        CMYK:
        0, 69, 31, 2
      HSL:
        327°, 93.4783%, 63.9216%
        HSV (HSB):
        327°, 69.0763%, 97.6471%
        XYZ:
        49.1672, 28.4260, 41.9251
        xyY:
        0.4114, 0.2378, 28.4260
      CIE-Lab:
        60.2717, 72.6164, -13.9987
        CIE-LCH:
        60.2717, 73.9534, 349.0886
        CIE-Luv:
        60.2717, 101.2439, -33.6064
        Hunter-Lab:
        53.3161, 71.3065, -9.3014
      #f94dac color charts
#f94dac RGB chart
      #f94dac CMYK chart
      #f94dac RGB pie chart
      #f94dac color shades, tints & tones
#f94dac color schemes
#f94dac color preview, HTML & CSS examples
           This text has a color of #f94dac        
        
          <p style="color:#f94dac;">Text here</p>
        
        
          .mytext {color:#f94dac;}
        
        Text color #f94dac
      
           This box has a color of #f94dac        
        
          <div style="background-color:#f94dac;">Content here</div>
        
        
          .mybackground {background-color:#f94dac;}
        
        Background color #f94dac
      
           Border around this has a color of #f94dac        
        
          <div style="border:2px solid #f94dac;">Content here</div>
        
        
          .myborder {border:2px solid #f94dac;}
        
        Border color #f94dac