#fc40ca color space conversions
Hex:
        #fc40ca
        RGB:
        252, 64, 202
        CMY:
        1, 75, 21
        CMYK:
        0, 75, 20, 1
      HSL:
        316°, 96.9072%, 61.9608%
        HSV (HSB):
        316°, 74.6032%, 98.8235%
        XYZ:
        52.6389, 28.6265, 58.6282
        xyY:
        0.3763, 0.2046, 28.6265
      CIE-Lab:
        60.4506, 81.0786, -30.8979
        CIE-LCH:
        60.4506, 86.7664, 339.1389
        CIE-Luv:
        60.4506, 96.0256, -60.3078
        Hunter-Lab:
        53.5037, 81.9833, -27.5160
      #fc40ca color charts
#fc40ca RGB chart
      #fc40ca CMYK chart
      #fc40ca RGB pie chart
      #fc40ca color shades, tints & tones
#fc40ca color schemes
#fc40ca color preview, HTML & CSS examples
           This text has a color of #fc40ca        
        
          <p style="color:#fc40ca;">Text here</p>
        
        
          .mytext {color:#fc40ca;}
        
        Text color #fc40ca
      
           This box has a color of #fc40ca        
        
          <div style="background-color:#fc40ca;">Content here</div>
        
        
          .mybackground {background-color:#fc40ca;}
        
        Background color #fc40ca
      
           Border around this has a color of #fc40ca        
        
          <div style="border:2px solid #fc40ca;">Content here</div>
        
        
          .myborder {border:2px solid #fc40ca;}
        
        Border color #fc40ca