#fc228e color space conversions
Hex:
        #fc228e
        RGB:
        252, 34, 142
        CMY:
        1, 87, 44
        CMYK:
        0, 87, 44, 1
      HSL:
        330°, 97.3214%, 56.0784%
        HSV (HSB):
        330°, 86.5079%, 98.8235%
        XYZ:
        45.5994, 23.7925, 27.7802
        xyY:
        0.4693, 0.2448, 23.7925
      CIE-Lab:
        55.8794, 81.5953, -2.9194
        CIE-LCH:
        55.8794, 81.6476, 357.9509
        CIE-Luv:
        55.8794, 129.0123, -20.0337
        Hunter-Lab:
        48.7776, 81.5089, 0.3769
      #fc228e color charts
#fc228e RGB chart
      #fc228e CMYK chart
      #fc228e RGB pie chart
      #fc228e color shades, tints & tones
#fc228e color schemes
#fc228e color preview, HTML & CSS examples
           This text has a color of #fc228e        
        
          <p style="color:#fc228e;">Text here</p>
        
        
          .mytext {color:#fc228e;}
        
        Text color #fc228e
      
           This box has a color of #fc228e        
        
          <div style="background-color:#fc228e;">Content here</div>
        
        
          .mybackground {background-color:#fc228e;}
        
        Background color #fc228e
      
           Border around this has a color of #fc228e        
        
          <div style="border:2px solid #fc228e;">Content here</div>
        
        
          .myborder {border:2px solid #fc228e;}
        
        Border color #fc228e