#fc084d color space conversions
Hex:
        #fc084d
        RGB:
        252, 8, 77
        CMY:
        1, 97, 70
        CMYK:
        0, 97, 69, 1
      HSL:
        343°, 97.6000%, 50.9804%
        HSV (HSB):
        343°, 96.8254%, 98.8235%
        XYZ:
        41.5713, 21.4049, 8.9617
        xyY:
        0.5779, 0.2975, 21.4049
      CIE-Lab:
        53.3899, 80.4436, 32.6402
        CIE-LCH:
        53.3899, 86.8133, 22.0850
        CIE-Luv:
        53.3899, 158.9737, 18.1980
        Hunter-Lab:
        46.2655, 79.4244, 20.9013
      #fc084d color charts
#fc084d RGB chart
      #fc084d CMYK chart
      #fc084d RGB pie chart
      #fc084d color shades, tints & tones
#fc084d color schemes
#fc084d color preview, HTML & CSS examples
           This text has a color of #fc084d        
        
          <p style="color:#fc084d;">Text here</p>
        
        
          .mytext {color:#fc084d;}
        
        Text color #fc084d
      
           This box has a color of #fc084d        
        
          <div style="background-color:#fc084d;">Content here</div>
        
        
          .mybackground {background-color:#fc084d;}
        
        Background color #fc084d
      
           Border around this has a color of #fc084d        
        
          <div style="border:2px solid #fc084d;">Content here</div>
        
        
          .myborder {border:2px solid #fc084d;}
        
        Border color #fc084d