#fc103b color space conversions
Hex:
        #fc103b
        RGB:
        252, 16, 59
        CMY:
        1, 94, 77
        CMYK:
        0, 94, 77, 1
      HSL:
        349°, 97.5207%, 52.5490%
        HSV (HSB):
        349°, 93.6508%, 98.8235%
        XYZ:
        41.1196, 21.3818, 6.0975
        xyY:
        0.5994, 0.3117, 21.3818
      CIE-Lab:
        53.3648, 79.1718, 43.0770
        CIE-LCH:
        53.3648, 90.1321, 28.5504
        CIE-Luv:
        53.3648, 162.9183, 26.2855
        Hunter-Lab:
        46.2405, 77.8114, 24.5500
      #fc103b color charts
#fc103b RGB chart
      #fc103b CMYK chart
      #fc103b RGB pie chart
      #fc103b color shades, tints & tones
#fc103b color schemes
#fc103b color preview, HTML & CSS examples
           This text has a color of #fc103b        
        
          <p style="color:#fc103b;">Text here</p>
        
        
          .mytext {color:#fc103b;}
        
        Text color #fc103b
      
           This box has a color of #fc103b        
        
          <div style="background-color:#fc103b;">Content here</div>
        
        
          .mybackground {background-color:#fc103b;}
        
        Background color #fc103b
      
           Border around this has a color of #fc103b        
        
          <div style="border:2px solid #fc103b;">Content here</div>
        
        
          .myborder {border:2px solid #fc103b;}
        
        Border color #fc103b