#fc025d color space conversions
Hex:
        #fc025d
        RGB:
        252, 2, 93
        CMY:
        1, 99, 64
        CMYK:
        0, 99, 63, 1
      HSL:
        338°, 98.4252%, 49.8039%
        HSV (HSB):
        338°, 99.2063%, 98.8235%
        XYZ:
        42.1424, 21.5292, 12.2903
        xyY:
        0.5548, 0.2834, 21.5292
      CIE-Lab:
        53.5238, 81.5961, 23.2122
        CIE-LCH:
        53.5238, 84.8336, 15.8798
        CIE-Luv:
        53.5238, 154.1487, 9.5458
        Hunter-Lab:
        46.3995, 80.9234, 16.7749
      #fc025d color charts
#fc025d RGB chart
      #fc025d CMYK chart
      #fc025d RGB pie chart
      #fc025d color shades, tints & tones
#fc025d color schemes
#fc025d color preview, HTML & CSS examples
           This text has a color of #fc025d        
        
          <p style="color:#fc025d;">Text here</p>
        
        
          .mytext {color:#fc025d;}
        
        Text color #fc025d
      
           This box has a color of #fc025d        
        
          <div style="background-color:#fc025d;">Content here</div>
        
        
          .mybackground {background-color:#fc025d;}
        
        Background color #fc025d
      
           Border around this has a color of #fc025d        
        
          <div style="border:2px solid #fc025d;">Content here</div>
        
        
          .myborder {border:2px solid #fc025d;}
        
        Border color #fc025d