#f81fac color space conversions
Hex:
        #f81fac
        RGB:
        248, 31, 172
        CMY:
        3, 88, 33
        CMYK:
        0, 88, 31, 3
      HSL:
        321°, 93.9394%, 54.7059%
        HSV (HSB):
        321°, 87.5000%, 97.2549%
        XYZ:
        46.6478, 23.9150, 41.1872
        xyY:
        0.4174, 0.2140, 23.9150
      CIE-Lab:
        56.0026, 84.0416, -20.5006
        CIE-LCH:
        56.0026, 86.5059, 346.2913
        CIE-Luv:
        56.0026, 112.7930, -44.7117
        Hunter-Lab:
        48.9030, 84.6883, -15.7033
      #f81fac color charts
#f81fac RGB chart
      #f81fac CMYK chart
      #f81fac RGB pie chart
      #f81fac color shades, tints & tones
#f81fac color schemes
#f81fac color preview, HTML & CSS examples
           This text has a color of #f81fac        
        
          <p style="color:#f81fac;">Text here</p>
        
        
          .mytext {color:#f81fac;}
        
        Text color #f81fac
      
           This box has a color of #f81fac        
        
          <div style="background-color:#f81fac;">Content here</div>
        
        
          .mybackground {background-color:#f81fac;}
        
        Background color #f81fac
      
           Border around this has a color of #f81fac        
        
          <div style="border:2px solid #f81fac;">Content here</div>
        
        
          .myborder {border:2px solid #f81fac;}
        
        Border color #f81fac