#fa07bc color space conversions
Hex:
        #fa07bc
        RGB:
        250, 7, 188
        CMY:
        2, 97, 26
        CMYK:
        0, 97, 25, 2
      HSL:
        315°, 96.0474%, 50.3922%
        HSV (HSB):
        315°, 97.2000%, 98.0392%
        XYZ:
        48.5774, 24.1068, 49.6697
        xyY:
        0.3970, 0.1970, 24.1068
      CIE-Lab:
        56.1946, 88.5790, -29.4864
        CIE-LCH:
        56.1946, 93.3579, 341.5883
        CIE-Luv:
        56.1946, 109.3203, -58.6932
        Hunter-Lab:
        49.0987, 90.6823, -25.6105
      #fa07bc color charts
#fa07bc RGB chart
      #fa07bc CMYK chart
      #fa07bc RGB pie chart
      #fa07bc color shades, tints & tones
#fa07bc color schemes
#fa07bc color preview, HTML & CSS examples
           This text has a color of #fa07bc        
        
          <p style="color:#fa07bc;">Text here</p>
        
        
          .mytext {color:#fa07bc;}
        
        Text color #fa07bc
      
           This box has a color of #fa07bc        
        
          <div style="background-color:#fa07bc;">Content here</div>
        
        
          .mybackground {background-color:#fa07bc;}
        
        Background color #fa07bc
      
           Border around this has a color of #fa07bc        
        
          <div style="border:2px solid #fa07bc;">Content here</div>
        
        
          .myborder {border:2px solid #fa07bc;}
        
        Border color #fa07bc