#FA11FF (or 0xFA11FF) is unknown color: approx Magenta. HEX triplet: FA, 11 and FF. RGB value is (250,17,255). Sum of RGB (Red+Green+Blue) = 250+17+255=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 17 (7.03% from 255 or 3.26% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA11FF is #05EE00. Grayscale: #717171. Windows color (decimal): -388609 or 16716282. OLE color: 16716282.
HSL color Cylindrical-coordinate representation of color #FA11FF: hue angle of 298.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11FF is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #fa11ff; } p { color: rgb(250,17,255); } H1.HeaderClassName { color: #fa11ff; } .AnyTagClassName { color: #fa11ff; } </style>
<style> a { background-color: #fa11ff; } a { background-color: rgb(250,17,255); } div.DivClassName { background-color: #fa11ff; } .BgClassName { background-color: #fa11ff; } </style>
<style> span { border-color: #fa11ff; } span { border-color: rgb(250,17,255); } td.TdClassName { border-color: #fa11ff; } .TagClassName { border-color: #fa11ff; } </style>