#FF7DFF (or 0xFF7DFF) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 7D and FF. RGB value is (255,125,255). Sum of RGB (Red+Green+Blue) = 255+125+255=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 125 (49.22% from 255 or 19.69% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DFF is #008200. Grayscale: #B2B2B2. Windows color (decimal): -33281 or 16743935. OLE color: 16743935.
HSL color Cylindrical-coordinate representation of color #FF7DFF: hue angle of 300º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DFF is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FF7DFF; } p { color: rgb(255,125,255); } H1.HeaderClassName { color: #FF7DFF; } .AnyTagClassName { color: #FF7DFF; } </style>
<style> a { background-color: #FF7DFF; } a { background-color: rgb(255,125,255); } div.DivClassName { background-color: #FF7DFF; } .BgClassName { background-color: #FF7DFF; } </style>
<style> span { border-color: #FF7DFF; } span { border-color: rgb(255,125,255); } td.TdClassName { border-color: #FF7DFF; } .TagClassName { border-color: #FF7DFF; } </style>