#FF007B (or 0xFF007B) is unknown color: approx Deep Pink. HEX triplet: FF, 00 and 7B. RGB value is (255,0,123). Sum of RGB (Red+Green+Blue) = 255+0+123=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF007B is #00FF84. Grayscale: #5A5A5A. Windows color (decimal): -65413 or 8061183. OLE color: 8061183.
HSL color Cylindrical-coordinate representation of color #FF007B: hue angle of 331.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF007B is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.
<style> p { color: #FF007B; } p { color: rgb(255,0,123); } H1.HeaderClassName { color: #FF007B; } .AnyTagClassName { color: #FF007B; } </style>
<style> a { background-color: #FF007B; } a { background-color: rgb(255,0,123); } div.DivClassName { background-color: #FF007B; } .BgClassName { background-color: #FF007B; } </style>
<style> span { border-color: #FF007B; } span { border-color: rgb(255,0,123); } td.TdClassName { border-color: #FF007B; } .TagClassName { border-color: #FF007B; } </style>