#FF3399 (or 0xFF3399) is unknown color: approx Wild Strawberry. HEX triplet: FF, 33 and 99. RGB value is (255,51,153). Sum of RGB (Red+Green+Blue) = 255+51+153=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3399 is a web safe color. Inversed color of #FF3399 is #00CC66. Grayscale: #7B7B7B. Windows color (decimal): -52327 or 10040319. OLE color: 10040319.
HSL color Cylindrical-coordinate representation of color #FF3399: hue angle of 330º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3399 is Cyan = 0, Magento = 0.8, Yellow = 0.4 and Black (K on CMYK) = 0.
<style> p { color: #FF3399; } p { color: rgb(255,51,153); } H1.HeaderClassName { color: #FF3399; } .AnyTagClassName { color: #FF3399; } </style>
<style> a { background-color: #FF3399; } a { background-color: rgb(255,51,153); } div.DivClassName { background-color: #FF3399; } .BgClassName { background-color: #FF3399; } </style>
<style> span { border-color: #FF3399; } span { border-color: rgb(255,51,153); } td.TdClassName { border-color: #FF3399; } .TagClassName { border-color: #FF3399; } </style>