#fc010a color space conversions
Hex:
        #fc010a
        RGB:
        252, 1, 10
        CMY:
        1, 100, 96
        CMYK:
        0, 100, 96, 1
      HSL:
        358°, 99.2095%, 49.6078%
        HSV (HSB):
        358°, 99.6032%, 98.8235%
        XYZ:
        40.2105, 20.7391, 2.1709
        xyY:
        0.6370, 0.3286, 20.7391
      CIE-Lab:
        52.6627, 79.3905, 64.1522
        CIE-LCH:
        52.6627, 102.0704, 38.9402
        CIE-Luv:
        52.6627, 172.3036, 36.5003
        Hunter-Lab:
        45.5402, 77.9145, 29.0518
      #fc010a color charts
#fc010a RGB chart
      #fc010a CMYK chart
      #fc010a RGB pie chart
      #fc010a color shades, tints & tones
#fc010a color schemes
#fc010a color preview, HTML & CSS examples
           This text has a color of #fc010a        
        
          <p style="color:#fc010a;">Text here</p>
        
        
          .mytext {color:#fc010a;}
        
        Text color #fc010a
      
           This box has a color of #fc010a        
        
          <div style="background-color:#fc010a;">Content here</div>
        
        
          .mybackground {background-color:#fc010a;}
        
        Background color #fc010a
      
           Border around this has a color of #fc010a        
        
          <div style="border:2px solid #fc010a;">Content here</div>
        
        
          .myborder {border:2px solid #fc010a;}
        
        Border color #fc010a