#fc016b color space conversions
Hex:
        #fc016b
        RGB:
        252, 1, 107
        CMY:
        1, 100, 58
        CMYK:
        0, 100, 58, 1
      HSL:
        335°, 99.2095%, 49.6078%
        HSV (HSB):
        335°, 99.6032%, 98.8235%
        XYZ:
        42.8096, 21.7787, 15.8573
        xyY:
        0.5322, 0.2707, 21.7787
      CIE-Lab:
        53.7914, 82.4444, 15.1048
        CIE-LCH:
        53.7914, 83.8167, 10.3821
        CIE-Luv:
        53.7914, 148.7685, 1.1452
        Hunter-Lab:
        46.6676, 82.0748, 12.5211
      #fc016b color charts
#fc016b RGB chart
      #fc016b CMYK chart
      #fc016b RGB pie chart
      #fc016b color shades, tints & tones
#fc016b color schemes
#fc016b color preview, HTML & CSS examples
           This text has a color of #fc016b        
        
          <p style="color:#fc016b;">Text here</p>
        
        
          .mytext {color:#fc016b;}
        
        Text color #fc016b
      
           This box has a color of #fc016b        
        
          <div style="background-color:#fc016b;">Content here</div>
        
        
          .mybackground {background-color:#fc016b;}
        
        Background color #fc016b
      
           Border around this has a color of #fc016b        
        
          <div style="border:2px solid #fc016b;">Content here</div>
        
        
          .myborder {border:2px solid #fc016b;}
        
        Border color #fc016b