#f94fac color space conversions
Hex:
        #f94fac
        RGB:
        249, 79, 172
        CMY:
        2, 69, 33
        CMYK:
        0, 68, 31, 2
      HSL:
        327°, 93.4066%, 64.3137%
        HSV (HSB):
        327°, 68.2731%, 97.6471%
        XYZ:
        49.3093, 28.7103, 41.9725
        xyY:
        0.4109, 0.2393, 28.7103
      CIE-Lab:
        60.5251, 71.9107, -13.6167
        CIE-LCH:
        60.5251, 73.1885, 349.2777
        CIE-Luv:
        60.5251, 100.4763, -32.9383
        Hunter-Lab:
        53.5820, 70.4979, -8.9364
      #f94fac color charts
#f94fac RGB chart
      #f94fac CMYK chart
      #f94fac RGB pie chart
      #f94fac color shades, tints & tones
#f94fac color schemes
#f94fac color preview, HTML & CSS examples
           This text has a color of #f94fac        
        
          <p style="color:#f94fac;">Text here</p>
        
        
          .mytext {color:#f94fac;}
        
        Text color #f94fac
      
           This box has a color of #f94fac        
        
          <div style="background-color:#f94fac;">Content here</div>
        
        
          .mybackground {background-color:#f94fac;}
        
        Background color #f94fac
      
           Border around this has a color of #f94fac        
        
          <div style="border:2px solid #f94fac;">Content here</div>
        
        
          .myborder {border:2px solid #f94fac;}
        
        Border color #f94fac