#fc013d color space conversions
Hex:
        #fc013d
        RGB:
        252, 1, 61
        CMY:
        1, 100, 76
        CMYK:
        0, 100, 76, 1
      HSL:
        346°, 99.2095%, 49.6078%
        HSV (HSB):
        346°, 99.6032%, 98.8235%
        XYZ:
        40.9980, 21.0541, 6.3179
        xyY:
        0.5996, 0.3079, 21.0541
      CIE-Lab:
        53.0086, 80.3342, 41.5520
        CIE-LCH:
        53.0086, 90.4442, 27.3498
        CIE-Luv:
        53.0086, 164.4117, 24.7637
        Hunter-Lab:
        45.8847, 79.1917, 23.9556
      #fc013d color charts
#fc013d RGB chart
      #fc013d CMYK chart
      #fc013d RGB pie chart
      #fc013d color shades, tints & tones
#fc013d color schemes
#fc013d color preview, HTML & CSS examples
           This text has a color of #fc013d        
        
          <p style="color:#fc013d;">Text here</p>
        
        
          .mytext {color:#fc013d;}
        
        Text color #fc013d
      
           This box has a color of #fc013d        
        
          <div style="background-color:#fc013d;">Content here</div>
        
        
          .mybackground {background-color:#fc013d;}
        
        Background color #fc013d
      
           Border around this has a color of #fc013d        
        
          <div style="border:2px solid #fc013d;">Content here</div>
        
        
          .myborder {border:2px solid #fc013d;}
        
        Border color #fc013d