#f105dc color space conversions
Hex:
        #f105dc
        RGB:
        241, 5, 220
        CMY:
        5, 98, 14
        CMYK:
        0, 98, 9, 5
      HSL:
        305°, 95.9350%, 48.2353%
        HSV (HSB):
        305°, 97.9253%, 94.5098%
        XYZ:
        49.2482, 23.9766, 69.7424
        xyY:
        0.3445, 0.1677, 23.9766
      CIE-Lab:
        56.0644, 90.9717, -48.1531
        CIE-LCH:
        56.0644, 102.9299, 332.1069
        CIE-Luv:
        56.0644, 88.0830, -86.9012
        Hunter-Lab:
        48.9659, 93.8385, -50.1709
      #f105dc color charts
#f105dc RGB chart
      #f105dc CMYK chart
      #f105dc RGB pie chart
      #f105dc color shades, tints & tones
#f105dc color schemes
#f105dc color preview, HTML & CSS examples
           This text has a color of #f105dc        
        
          <p style="color:#f105dc;">Text here</p>
        
        
          .mytext {color:#f105dc;}
        
        Text color #f105dc
      
           This box has a color of #f105dc        
        
          <div style="background-color:#f105dc;">Content here</div>
        
        
          .mybackground {background-color:#f105dc;}
        
        Background color #f105dc
      
           Border around this has a color of #f105dc        
        
          <div style="border:2px solid #f105dc;">Content here</div>
        
        
          .myborder {border:2px solid #f105dc;}
        
        Border color #f105dc