#fc204e color space conversions
Hex:
        #fc204e
        RGB:
        252, 32, 78
        CMY:
        1, 87, 69
        CMYK:
        0, 87, 69, 1
      HSL:
        347°, 97.3451%, 55.6863%
        HSV (HSB):
        347°, 87.3016%, 98.8235%
        XYZ:
        42.0365, 22.2785, 9.2923
        xyY:
        0.5711, 0.3027, 22.2785
      CIE-Lab:
        54.3213, 77.8394, 33.1891
        CIE-LCH:
        54.3213, 84.6197, 23.0924
        CIE-Luv:
        54.3213, 154.1367, 19.6707
        Hunter-Lab:
        47.2001, 76.3722, 21.3676
      #fc204e color charts
#fc204e RGB chart
      #fc204e CMYK chart
      #fc204e RGB pie chart
      #fc204e color shades, tints & tones
#fc204e color schemes
#fc204e color preview, HTML & CSS examples
           This text has a color of #fc204e        
        
          <p style="color:#fc204e;">Text here</p>
        
        
          .mytext {color:#fc204e;}
        
        Text color #fc204e
      
           This box has a color of #fc204e        
        
          <div style="background-color:#fc204e;">Content here</div>
        
        
          .mybackground {background-color:#fc204e;}
        
        Background color #fc204e
      
           Border around this has a color of #fc204e        
        
          <div style="border:2px solid #fc204e;">Content here</div>
        
        
          .myborder {border:2px solid #fc204e;}
        
        Border color #fc204e