#f2676d color space conversions
Hex:
        #f2676d
        RGB:
        242, 103, 109
        CMY:
        5, 60, 57
        CMYK:
        0, 57, 55, 5
      HSL:
        357°, 84.2424%, 67.6471%
        HSV (HSB):
        357°, 57.4380%, 94.9020%
        XYZ:
        44.2285, 29.6819, 17.8661
        xyY:
        0.4819, 0.3234, 29.6819
      CIE-Lab:
        61.3788, 53.9289, 23.9187
        CIE-LCH:
        61.3788, 58.9952, 23.9183
        CIE-Luv:
        61.3788, 102.0831, 18.8141
        Hunter-Lab:
        54.4811, 49.5670, 18.6937
      #f2676d color charts
#f2676d RGB chart
      #f2676d CMYK chart
      #f2676d RGB pie chart
      #f2676d color shades, tints & tones
#f2676d color schemes
#f2676d color preview, HTML & CSS examples
           This text has a color of #f2676d        
        
          <p style="color:#f2676d;">Text here</p>
        
        
          .mytext {color:#f2676d;}
        
        Text color #f2676d
      
           This box has a color of #f2676d        
        
          <div style="background-color:#f2676d;">Content here</div>
        
        
          .mybackground {background-color:#f2676d;}
        
        Background color #f2676d
      
           Border around this has a color of #f2676d        
        
          <div style="border:2px solid #f2676d;">Content here</div>
        
        
          .myborder {border:2px solid #f2676d;}
        
        Border color #f2676d