#FF8FC0 (or 0xFF8FC0) is unknown color: approx Tea Rose. HEX triplet: FF, 8F and C0. RGB value is (255,143,192). Sum of RGB (Red+Green+Blue) = 255+143+192=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FC0 is #00703F. Grayscale: #B5B5B5. Windows color (decimal): -28736 or 12619775. OLE color: 12619775.
HSL color Cylindrical-coordinate representation of color #FF8FC0: hue angle of 333.75º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FC0 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.
<style> p { color: #FF8FC0; } p { color: rgb(255,143,192); } H1.HeaderClassName { color: #FF8FC0; } .AnyTagClassName { color: #FF8FC0; } </style>
<style> a { background-color: #FF8FC0; } a { background-color: rgb(255,143,192); } div.DivClassName { background-color: #FF8FC0; } .BgClassName { background-color: #FF8FC0; } </style>
<style> span { border-color: #FF8FC0; } span { border-color: rgb(255,143,192); } td.TdClassName { border-color: #FF8FC0; } .TagClassName { border-color: #FF8FC0; } </style>