#fc023d color space conversions
Hex:
        #fc023d
        RGB:
        252, 2, 61
        CMY:
        1, 99, 76
        CMYK:
        0, 99, 76, 1
      HSL:
        346°, 98.4252%, 49.8039%
        HSV (HSB):
        346°, 99.2063%, 98.8235%
        XYZ:
        41.0089, 21.0758, 6.3215
        xyY:
        0.5995, 0.3081, 21.0758
      CIE-Lab:
        53.0323, 80.2653, 41.5781
        CIE-LCH:
        53.0323, 90.3950, 27.3845
        CIE-Luv:
        53.0323, 164.2870, 24.8119
        Hunter-Lab:
        45.9084, 79.1103, 23.9717
      #fc023d color charts
#fc023d RGB chart
      #fc023d CMYK chart
      #fc023d RGB pie chart
      #fc023d color shades, tints & tones
#fc023d color schemes
#fc023d color preview, HTML & CSS examples
           This text has a color of #fc023d        
        
          <p style="color:#fc023d;">Text here</p>
        
        
          .mytext {color:#fc023d;}
        
        Text color #fc023d
      
           This box has a color of #fc023d        
        
          <div style="background-color:#fc023d;">Content here</div>
        
        
          .mybackground {background-color:#fc023d;}
        
        Background color #fc023d
      
           Border around this has a color of #fc023d        
        
          <div style="border:2px solid #fc023d;">Content here</div>
        
        
          .myborder {border:2px solid #fc023d;}
        
        Border color #fc023d