#f70bcc color space conversions
Hex:
        #f70bcc
        RGB:
        247, 11, 204
        CMY:
        3, 96, 20
        CMYK:
        0, 96, 17, 3
      HSL:
        311°, 93.6508%, 50.5882%
        HSV (HSB):
        311°, 95.5466%, 96.8627%
        XYZ:
        49.3765, 24.3731, 59.2288
        xyY:
        0.3713, 0.1833, 24.3731
      CIE-Lab:
        56.4595, 89.6173, -38.3328
        CIE-LCH:
        56.4595, 97.4714, 336.8417
        CIE-Luv:
        56.4595, 99.3901, -72.0845
        Hunter-Lab:
        49.3692, 92.1306, -36.5725
      #f70bcc color charts
#f70bcc RGB chart
      #f70bcc CMYK chart
      #f70bcc RGB pie chart
      #f70bcc color shades, tints & tones
#f70bcc color schemes
#f70bcc color preview, HTML & CSS examples
           This text has a color of #f70bcc        
        
          <p style="color:#f70bcc;">Text here</p>
        
        
          .mytext {color:#f70bcc;}
        
        Text color #f70bcc
      
           This box has a color of #f70bcc        
        
          <div style="background-color:#f70bcc;">Content here</div>
        
        
          .mybackground {background-color:#f70bcc;}
        
        Background color #f70bcc
      
           Border around this has a color of #f70bcc        
        
          <div style="border:2px solid #f70bcc;">Content here</div>
        
        
          .myborder {border:2px solid #f70bcc;}
        
        Border color #f70bcc