#fa03be color space conversions
Hex:
        #fa03be
        RGB:
        250, 3, 190
        CMY:
        2, 99, 25
        CMYK:
        0, 99, 24, 2
      HSL:
        315°, 97.6285%, 49.6078%
        HSV (HSB):
        315°, 98.8000%, 98.0392%
        XYZ:
        48.7512, 24.1068, 50.7988
        xyY:
        0.3942, 0.1949, 24.1068
      CIE-Lab:
        56.1946, 89.0549, -30.6442
        CIE-LCH:
        56.1946, 94.1799, 341.0114
        CIE-Luv:
        56.1946, 108.6160, -60.4867
        Hunter-Lab:
        49.0987, 91.3138, -26.9739
      #fa03be color charts
#fa03be RGB chart
      #fa03be CMYK chart
      #fa03be RGB pie chart
      #fa03be color shades, tints & tones
#fa03be color schemes
#fa03be color preview, HTML & CSS examples
           This text has a color of #fa03be        
        
          <p style="color:#fa03be;">Text here</p>
        
        
          .mytext {color:#fa03be;}
        
        Text color #fa03be
      
           This box has a color of #fa03be        
        
          <div style="background-color:#fa03be;">Content here</div>
        
        
          .mybackground {background-color:#fa03be;}
        
        Background color #fa03be
      
           Border around this has a color of #fa03be        
        
          <div style="border:2px solid #fa03be;">Content here</div>
        
        
          .myborder {border:2px solid #fa03be;}
        
        Border color #fa03be