#fc00a2 color space conversions
Hex:
        #fc00a2
        RGB:
        252, 0, 162
        CMY:
        1, 100, 36
        CMYK:
        0, 100, 36, 1
      HSL:
        321°, 100.0000%, 49.4118%
        HSV (HSB):
        321°, 100.0000%, 98.8235%
        XYZ:
        46.6665, 23.3041, 36.2210
        xyY:
        0.4395, 0.2195, 23.3041
      CIE-Lab:
        55.3842, 86.7598, -15.5026
        CIE-LCH:
        55.3842, 88.1339, 349.8691
        CIE-Luv:
        55.3842, 123.7496, -38.1064
        Hunter-Lab:
        48.2743, 88.0748, -10.6942
      #fc00a2 color charts
#fc00a2 RGB chart
      #fc00a2 CMYK chart
      #fc00a2 RGB pie chart
      #fc00a2 color shades, tints & tones
#fc00a2 color schemes
#fc00a2 color preview, HTML & CSS examples
           This text has a color of #fc00a2        
        
          <p style="color:#fc00a2;">Text here</p>
        
        
          .mytext {color:#fc00a2;}
        
        Text color #fc00a2
      
           This box has a color of #fc00a2        
        
          <div style="background-color:#fc00a2;">Content here</div>
        
        
          .mybackground {background-color:#fc00a2;}
        
        Background color #fc00a2
      
           Border around this has a color of #fc00a2        
        
          <div style="border:2px solid #fc00a2;">Content here</div>
        
        
          .myborder {border:2px solid #fc00a2;}
        
        Border color #fc00a2